Quote:
Originally posted by DynaSpain
If you're going to code it the same crappy and insecure way
80% of the people out there do then you shouldn't forget to edit
your php.ini file and set register_globals = On else it won't work.
Current php version have register_globals = Off
in case you don't know php.ini can usually be found in /usr/local/lib
DynaMite
|
...or you could try using the $_GET and $_POST variables that PHP now offers.