|
pro be sure to use the $_POST $_GET $_COOKIE $_SERVER $_FILES $GLOBALS (yes, no _) global arrays. it's a good coding syntax to get in the habit of using, + it's more secure to use. also, newer distros of PHP have register_globals off by default, so this will effectively work on all 4.1.x+ systems without any issues (did i mention it was the better way to code and more secure? yeah...)
__________________
php/mysql guru. hosting, coding, all that jazz.
|