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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 05:01:29 2024 UTC