Re: [PHP] Use of undefined constant PHP_SELF - assumed 'PHP_SELF'

2003-06-03 Thread Leif K-Brooks
http://us3.php.net/types.array#language.types.array.foo-bar Øystein Håland wrote: 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

Re: [PHP] Use of undefined constant PHP_SELF - assumed 'PHP_SELF'

2003-06-02 Thread Philip Olson
On Mon, 2 Jun 2003, Øystein Håland wrote: > 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