Here's a link to my PHPInfo: http://zachafer.com/phpinfo.php
I have:PHP Code:error_reporting = E_ALL & E_STRICT
both set in C:\php5\php.iniPHP Code:display_errors = On
I have tried restarting Apache, and still nothing.
Here's my code to test the errors:Please help!PHP Code:<?PHP
if($dfshijfhsijfhi) {
echo' hi';
}
?>![]()


Reply With Quote