Wednesday, September 28, 2011

What is the difference between require() and include()?

require() produces a FATAL ERROR if the file you want to include is not found, while include() only produces a WARNING message.

No comments :