[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: http://www.php.net/unsub.php




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 URL.

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *

/*
There are some good people in it, but the orchestra as a whole is equivalent
to a gang bent on destruction.
-- John Cage, composer
*/


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