Home >> Computer Language >> Php
Q.
What’s the difference between include and require?
Answer :
Include:If file is not exist then generates warnings
Require : if file not exist then generates fatals error
Require : if file not exist then generates fatals error
Posted By : jon