Alan Schneider wrote:
What is the best way to pass variable values from one php file to another

thanks

Alan

$_GET is the simplest if:

The size of the variables is small, there aren't too many and whether you care 
if users see it.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to