Answer this Question:

What is the main difference between require() and require_once()?

 Posted by: Om Singh    7 years ago    2 Answer

Post Answer and Earn Credit Points:

For each correct answer you will get 5 credit points and the best selected answer will get 25 credit points. Wrong answers will not be credited and can damage your profile ratings.

Please login to give answer
Ans: test by om community question.

 Answer by:     6 years ago

Ans: require() and require_once() perform the same task except that the second function checks if the PHP script is already included or not before executing it.

 Answer by: Om Singh     7 years ago