RE: passing variables between pages without sessions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Pass the variables through the URL string

<a href="mypage.php?myvariable=myvalue">Click Here</a>

On the next page echo $myvariable and get "myvalue".



-----Original Message-----
From: Ross Hulford [mailto:ross@xxxxxxxxxxxxx] 
Sent: Sunday, March 13, 2005 3:06 PM
To: php-general@xxxxxxxxxxxxx
Subject:  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 is an

alternative way to do this?

R. 

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

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux