> From: edwardspl@xxxxxxxxxx > After disable the globals varibles function... > Then how to transfer varibles between webpages with the following ways ? register_globals has nothing to do with how you pass variables... you still use the URL or forms. It only changes how you access them in PHP scripts, i.e. using $_GET['var'] instead of $var. > 1, Table form format. wtf is this? > 2, Hyperlink ( click and go to another webpage ) format. The variables passed in a URL are available in $_GET and $_REQUEST. > 3, upload file ( through php into database ). $_FILES ---John Holmes... UCCASS - PHP Survey System http://www.bigredspark.com/survey.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php