Well, to answer my own question, I found a decent tutorial on using sessions
with the new register_globals off here:

http://www.wdvl.com/Authoring/Languages/PHP/Maintaining_state/session_variab
les.html

Anyone want to share any tips on how to deal with form vars passed to a
script with register_globals turned off? Do you simply refer to them
directly with $_GET['var'] or do you initialize vars locally that contain
all the $_GET vars?

Thanks.



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

Reply via email to