How to refresh PHP page with data in fields without submitti
Posted: Tue Mar 21, 2006 2:01 pm
Hello,
I have a PHP page that has input text boxes and dropdown menus. Sometimes, users will input data and realize that one of the dropdown menus does not have the data they need. So they will click on a hyperlink next to the dropdown menu, and add it to the MySQL DB.
The problem is, the new data in the MySQL DB which shows up in the dropdown menu does not show up unless the user refreshes the page, but all the data they already put in is lost.
Is there any way to deal with this issue?
Thanks in advance!
I have a PHP page that has input text boxes and dropdown menus. Sometimes, users will input data and realize that one of the dropdown menus does not have the data they need. So they will click on a hyperlink next to the dropdown menu, and add it to the MySQL DB.
The problem is, the new data in the MySQL DB which shows up in the dropdown menu does not show up unless the user refreshes the page, but all the data they already put in is lost.
Is there any way to deal with this issue?
Thanks in advance!