> Thanks Rich,
>
> That worked fine on my PHP Version 4.3.1
>
> The older syntax seems to work fine on an earlier version of PHP though
> (Version 4.2.3)!!
>
> Regards,
> Sharat
>

If register_globals is switched on in your php.ini (it's off by default in
later versions of php) then it'll work in v4.3.1 as well but there are
security implications in having globals on...
Cheers
Rich



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

Reply via email to