Originally posted by Akito
So, instead you suggest using $_GET['variable name']; ?
BTW, what is the purpose of learning to code with them off in the first place?
so your code is universal, meaning it won't matter what server you put it on, regardless if register_globals is on or off
and yes it is better to use $GET, $POST, $SESSION, $COOKIE, $_FILES
to get your values, i was merely showing you how to do this to get your current scripts to work on an "off" server so you can go ahead and code with it "off" now