What's the difference (and what's correct)?
With the use of error_reporting  =  E_ALL in php.ini I get an error as
mentioned above. In the code I use $_SERVER[PHP_SELF]. Changing this to
$_SERVER['PHP_SELF'] report no error but with error_reporting = E_ALL &
~E_NOTICE anything goes.
(Apache/2.0.46 (Win32) PHP/4.3.2 on Win2000 pro)



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to