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
-- 
Edit bug report at http://bugs.php.net/?id=16338&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16338&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16338&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16338&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16338&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16338&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16338&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16338&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16338&r=submittedtwice

Reply via email to