I have a php form with a number of dropdowns - each time a value is chosen from a dropdown the page is refreshed (this updates a grand total). I'm using the following to do this:
<select name="mydropdown" id="mydropdown" onChange='submit()'>
The problem I have is that after the refresh I want...
Hi
I have a PHP page with a number of dropdowns on it and a submit button. When a value is chosen from a dropdown I need the page to refresh (a total is calculated). However when the submit button is pressed I need to go to another page which uses the values from the first page. I have tried...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.