require_once() function ensures that the insertion file is included only once in your script. : require_once « Utility Function « PHP






require_once() function ensures that the insertion file is included only once in your script.

 
Its syntax follows: require_once(file insertion_file)
  
  

Related examples in the same category