Passing PHP variables and form variables
Posted: Wed Aug 21, 2002 5:39 pm
Hi All,
I've got a page01.asp with a form that sends variables to page02.php.
It has php code that does a query from mySQL and outputs $TotalPrice.
Under that I have a form that allows a user to input other info. such as FirstName, LastName..etc.. And a submit button to send it to a formmail.cgi , formmail.php or php mail itself or page03.php to check the info again and then submit.
I can't figure out how to pass the $TotalPrice variable and the FirstName variable together.
Thanks for any help.
I've got a page01.asp with a form that sends variables to page02.php.
It has php code that does a query from mySQL and outputs $TotalPrice.
Under that I have a form that allows a user to input other info. such as FirstName, LastName..etc.. And a submit button to send it to a formmail.cgi , formmail.php or php mail itself or page03.php to check the info again and then submit.
I can't figure out how to pass the $TotalPrice variable and the FirstName variable together.
Thanks for any help.