php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17148 Url + parameter doesn t work
Submitted: 2002-05-10 18:50 UTC Modified: 2002-05-11 07:48 UTC
From: Basiror at hotmail dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.2.0 OS: WinMe
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: Basiror at hotmail dot com
New email:
PHP Version: OS:

 

 [2002-05-10 18:50 UTC] Basiror at hotmail dot com
Hello
i think i have found a new bug
when i call a script like that


script.php?user=Client

then i should be able to access the user parameter the following way

if(isset($user))
{
echo"$user";
}

so i don t know what ever cause the bug all i know is that it should work but it doesn t

i use the latest xitami webserver and php420 cgi version
anyone else had this bug
i d really appreciate it when you take the time to help me 
email me 
Basiror@hotmail.com
cya
thx

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-10 18:55 UTC] derick@php.net
In PHP 4.2.0, the 'register_globals' setting default changed to
be off. See http://www.php.net/release_4_2_0.php for more info.
 [2002-05-11 07:48 UTC] Basiror at hotmail dot com
thx it works now

thank you very much
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 06:01:29 2024 UTC