ID: 17021 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: PHP options/info functions Operating System: Windows XP Pro PHP Version: 4.2.0 New Comment:
The script doesn't show anything. Just says "_SERVER["PHP_SELF"]" in the first column and nothing in the second column. See for your self. http://www.dgtechnology.com/server.php Make sure to keep the www.. Thanks David Previous Comments: ------------------------------------------------------------------------ [2002-05-05 16:39:51] [EMAIL PROTECTED] No, echo $PHP_SELF or var_dump(${PHP_SELF) *cannot* display PHP_SELF unless you disabled php parsing or whatever. Anyway, what does phpinfo() output say about PHP_SELF, does it show anywhere up in the page? If so, where (paste the appropriate table line) ? And, also double check the register_globals ini setting in your phpinfo() output. I still think you have it disabled. ------------------------------------------------------------------------ [2002-05-05 16:31:38] [EMAIL PROTECTED] NOTHING. It doesn't output anything. Stays blank, on a Redhat Linux, using Apache 1.3 it works. It displays PHP_SELF. Thanks David ------------------------------------------------------------------------ [2002-05-05 16:26:12] [EMAIL PROTECTED] What's the output of $PHP_SELF ? ------------------------------------------------------------------------ [2002-05-05 16:12:18] [EMAIL PROTECTED] No, I set it so, register_globals is on. David ------------------------------------------------------------------------ [2002-05-05 16:06:33] [EMAIL PROTECTED] In PHP 4.2.0, the 'register_globals' setting default changed to be off. See http://www.php.net/release_4_2_0.php for more info. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/17021 -- Edit this bug report at http://bugs.php.net/?id=17021&edit=1