Thursday, April 1, 2010

Difference between include and require in php

In php require statement through fatal error if the file is not in the given path. So the script execution will stop.

The include will show just warnings. So the next line will be executed .


No comments:

Post a Comment