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