php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16338 Warning: Undefined index .....
Submitted: 2002-03-29 00:54 UTC Modified: 2002-03-29 01:22 UTC
From: popocola at hotmail dot com Assigned:
Status: Not a bug Package: Other web server
PHP Version: 4.1.2 OS: XP Edition
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: popocola at hotmail dot com
New email:
PHP Version: OS:

 

 [2002-03-29 00:54 UTC] popocola at hotmail dot com
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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-29 01:22 UTC] derick@php.net
The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jun 02 16:01:26 2025 UTC