RE: [PHP] passing variables between pages without sessions

2005-03-13 Thread R. Van Tassel
Pass the variables through the URL string Click Here On the next page echo $myvariable and get "myvalue". -Original Message- From: Ross Hulford [mailto:[EMAIL PROTECTED] Sent: Sunday, March 13, 2005 3:06 PM To: php-general@lists.php.net Subject: [PHP] passing variables bet

RE: [PHP] passing variables between pages without sessions

2005-03-13 Thread Robbert van Andel
p.net Subject: [PHP] passing variables between pages without sessions I am creating a form but instead of having a long form I want to break it down into a few stages but need to pass the variables bewteen the pages. I have done this before using sessions but would like to know if there

[PHP] passing variables between pages without sessions

2005-03-13 Thread Ross Hulford
I am creating a form but instead of having a long form I want to break it down into a few stages but need to pass the variables bewteen the pages. I have done this before using sessions but would like to know if there is an alternative way to do this? R. -- PHP General Mailing List (http://w