Hey all,
Feel free to laugh histerically at me, but I have been coding php for about 6 months now and I installed the latest php on my workstation to do some of my own beta testing and it was a pain figuring out that they had register_globals set to OFF!
Now they have commented it saying that using form variables as global can lead to security issues.
Now, RTFM's are humbly accepted, so: how the heck am I supposed to get user input parsed if I dont register_globals?
Thanks for the info,
Chris