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
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: 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

Pull Requests

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: Sat Dec 21 14:01:32 2024 UTC