I have a volunteer app in php. A user is presented a list of dates that volunteers are needed. He clicks on a date, I go out to a mysql db and get all the info and display it in a table. If a user sees emply slots and wants to volunteer, he clicks a "volunteer" button. A popup window opens and he enters his data, then clicks "add data". The NEW data is supposed to be added to the db (no problem), and presented in the original window. Problem: I can get the NEW data into the db, and presented in the original window in a form only - not a table and it looks funny. Can someone help me with this?
Or, is it easier for me to add the new data to the db via the popup and then just regrab all the data from the db and redisplay in the original window? If so, how do I get the original window to go back out to the db? THANKS-