From: [EMAIL PROTECTED] Operating system: XP Edition PHP version: 4.1.2 PHP Bug Type: Other web server Bug description: Warning: Undefined index .....
i try to add ENV in my Webpage but display error messege Warning: Undefined index: HTTP_X_FORWARDED_FOR in d:\NETWORK\SAMBAR\docs\00\index.php on line 26 <? $ip = $_SERVER["HTTP_X_FORWARDED_FOR"]; echo $ip; exit(); ?> but variables_order = "EGPCS" always in my php.ini my web server is sambar 5.1 -- Edit bug report at http://bugs.php.net/?id=16339&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=16339&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=16339&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=16339&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=16339&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=16339&r=support Expected behavior: http://bugs.php.net/fix.php?id=16339&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=16339&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=16339&r=submittedtwice
