From:             [EMAIL PROTECTED]
Operating system: WinMe
PHP version:      4.2.0
PHP Bug Type:     *General Issues
Bug description:  Url + parameter doesn t work

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

Reply via email to