Newbie- Problem with Submit; Please Help
Posted: Mon Nov 14, 2005 6:09 pm
Hi. I have just started using PHP and created a form for users to select a combination of 3 products. But, I have two problems with the form.
Problem 1: the user has to submit twice to get the form to post. I view the page source and the form action is set just fine so I do not understand why the form won't submit.
Problem 2: After the form finally gets processed, if the user decides to go back to the form to add more products, the form action never gets reset to $_SERVER['PHP_SELF'].
Never mind- solved my problem!
Problem 1: the user has to submit twice to get the form to post. I view the page source and the form action is set just fine so I do not understand why the form won't submit.
Problem 2: After the form finally gets processed, if the user decides to go back to the form to add more products, the form action never gets reset to $_SERVER['PHP_SELF'].
Never mind- solved my problem!