Hi
I'm working on a page in PHP that uses a mysql database and 2 forms on the one page.
Because of the order that I search then update in when I have to submit the values twice for the new results to show on the page...
I think it is because the php to update the database is at the end of the page so everything else loads first when I hit the submit button.