On Tuesday, June 11, 2002 at 3:39:21 AM, you wrote:
> Thank you very much.  I see that I must access variables using $_POST['var']
> syntax.  I'm disappointed that variable access appears not to be backward
> compatible to earlier versions fo PHP, but such is life.

It is. If you've read the notes linked from the release note you'll know that
if you turn register_globals on in php.ini then the variables will be
registered in global scope as they were in previous versions.

-- 
Stuart


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

Reply via email to