[PHP] Sending variables help

2002-11-21 Thread Kris
Hi All I want to send variables from one page to another page. How can I go about this??? I don't want to use a form. Or if using a form I don't want the user to have to hit the submit button. Thanks Kris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Sending variables help

2002-11-21 Thread Jason Wong
On Friday 22 November 2002 15:44, Kris wrote: Hi All I want to send variables from one page to another page. How can I go about this??? I don't want to use a form. Or if using a form I don't want the user to have to hit the submit button. Use sessions, or pass the variables around via the