Plain and simple...you have four options: COOKIE, GET, POST, SESSION.

So, load all of your data into a cookie or load it into hidden elements in a
form and submit it somewhere...

Okay?

---John Holmes...

----- Original Message -----
From: "Don" <[EMAIL PROTECTED]>
To: "php list" <[EMAIL PROTECTED]>
Sent: Friday, June 14, 2002 10:16 AM
Subject: [PHP] Passing variables from one page to another


Hi,

Does anyone have a PHP method of passing variables from a form to another
page without using "sessions" or encoding within the URL?

I remember someone mentioning a class but I lost the reference. My site uses
PHP 4.0.1Pl1

Thanks,
Don


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

Reply via email to