PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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.