From: hansgeorg dot schwibbe at web dot de Operating system: Windows 2000 PHP version: 4.3.9 PHP Bug Type: *General Issues Bug description: GET method is not working
Description: ------------ I am using the php cgi version (windows installer) with apache 1.3.33 for windows and I cant access the GET data from any URL. I allways got the error message like: Notice: Undefined variable: value in c:\programme\apache group\apache\users\administrator\getdata.php on line 2 And on my Linux machine everything works fine. Reproduce code: --------------- - index.html - <a href="getdata.php?value=3">The Link</a> - getdata.php - <?php echo ($value); ?> -- Edit bug report at http://bugs.php.net/?id=30795&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=30795&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30795&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30795&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=30795&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=30795&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=30795&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=30795&r=needscript Try newer version: http://bugs.php.net/fix.php?id=30795&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=30795&r=support Expected behavior: http://bugs.php.net/fix.php?id=30795&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=30795&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=30795&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=30795&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=30795&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=30795&r=dst IIS Stability: http://bugs.php.net/fix.php?id=30795&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=30795&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=30795&r=float MySQL Configuration Error: http://bugs.php.net/fix.php?id=30795&r=mysqlcfg