From: [EMAIL PROTECTED] Operating system: WIndows ME PHP version: 4.2.3 PHP Bug Type: Scripting Engine problem Bug description: Output not displayed with $_SERVER
I sem to have this problem. I recently upgraded to PHP 4.2.3. Since it has register_globals turned off, I went through and attempted to modify my code to the new format. I seem to keep having this one problem though. When I view this in a browser(IE 5.5) <form action=<?php echo($_SERVER('PHP_SELF']); ?> method=post> it will not give me any output, no warnings, no errors, nothing. When I isolated just this piece of code, and put it in a seperate document, it should have had the output of <form action=mypage.php method=post>, but for some reason it would not parse it. I have no clue why this is happening. Is it a bug, or am I just stupid? -- Edit bug report at http://bugs.php.net/?id=19893&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19893&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19893&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19893&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19893&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19893&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19893&r=support Expected behavior: http://bugs.php.net/fix.php?id=19893&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19893&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19893&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19893&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19893&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=19893&r=dst IIS Stability: http://bugs.php.net/fix.php?id=19893&r=isapi