/ Published in: PHP
URL: http://www.geeksengine.com/article/php-include-path.html
Expand |
Embed | Plain Text
# include_path from script # other ways http://www.geeksengine.com/article/php-include-path.html # error reporting from script - http://php.net/manual/en/function.error-reporting.php // Report all PHP errors (see changelog) // Report all PHP errors // Same as error_reporting(E_ALL);
You need to login to post a comment.
