I have a php3 script that opens an access database through an odbc connection and reads the products field into a drop down combo box.
The user can pick from the drop down list which record they want to delete, when they press the submit button, another php3 script I have written deletes the appropriate product from the access table. And then
returns a confirmation page to the user with a link to allow them to return to the main menu.
What I can't seem to find out how to correct is...
when I press the link (noted above) and return to my delete product page, the product that I just deleted,
is still there. Only when I press the refresh button and reread in the script will the product I previously deleted disappear.
Can someone please tell me how to fix this?
The user can pick from the drop down list which record they want to delete, when they press the submit button, another php3 script I have written deletes the appropriate product from the access table. And then
returns a confirmation page to the user with a link to allow them to return to the main menu.
What I can't seem to find out how to correct is...
when I press the link (noted above) and return to my delete product page, the product that I just deleted,
is still there. Only when I press the refresh button and reread in the script will the product I previously deleted disappear.
Can someone please tell me how to fix this?