[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4109: htmlspecialchars() [function.htmlspecialchars]: Invalid multibyte sequence in argument
What’s the difference between include and require?
News

Log In Sponsors
Partner Sites





What’s the difference between include and require?



Hello, failures. If the file is not found by require(), it will cause a fatal error and halt the execution of the script. If the file is not found by include(), a warning will be issued, but execution will continue.

Click here to read the whole forum topic