Passing Values to multiple pages
Posted: Sat Mar 10, 2007 12:39 pm
Hi.
I want to pass the text box values from one page to multiple pages.
For example
User entered a value in a textbox ( first page). I get that value using following code in second page
But I want to use this text box value or $sar in all of my pages.
Is there anyway... let me know......
Thanks With regards
Sarbas
I want to pass the text box values from one page to multiple pages.
For example
User entered a value in a textbox ( first page). I get that value using following code in second page
Code: Select all
$sar=$_REQUEST['textboxname'];
echo $sar;Is there anyway... let me know......
Thanks With regards
Sarbas