Add an "=" on the end of your url. Viola.


--
Plutarck
Should be working on something...
...but forgot what it was.


""Jeroen Geusebroek"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi Guys,
>
> I have a question about the way PHP handles var/strings.
>
> Let's say i have this URL: http://foo.bar.com/?login.
> And in my script i have this code:
>
> if($login) { echo "blab"; } or
> if(isset($login)) { echo "blab"; }
>
> It always returns FALSE. I think that is because the string
> is empty. Shouldn't PHP, even if a var is empty, put it in
> his var-list?
>
> Is there another way to do what i want?
>
> Thanks,
>
> Jeroen Geusebroek
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to