I have a php form with a listbox. voor example:
Name, address, Telephone fields and This listbox link the data from mysql database. The listbox is Country field. the user can also add countrys to the database. The user will click on the button and get a new page... there he can add extra countrys. after al he have to Save it. so he will click on SAVE button. When i go to the php form again. I open the list box and see no NEW saved data. the only why to see the data that addes by user is to refresh the hole page. BUT the problem is i will loos the data that already filled in the form (the form is empty but the listbox is added)
Can you tell me please how can i solve this problem??