Did you Install 4.21 or 4.22 ?

They have set globals to off.

This means that now you must use a different way to use variables

$_POST['yourvar']   or
$_GET['yourvar']


"Richard Vincent" <[EMAIL PROTECTED]> escreveu na mensagem
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
>
> I recently installed PHP on my win 2000 server and it appeared to be
working
> great .. but I have recently detected one problem. It's not seeing
> querystring variable info and instatiating variables inside the script
that
> correspond to the querystring....
>
> Any ideas .. Please help.
>
> Richard Vincent
>
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to