PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a page that basically you click on a couple of dymamic lists and then submit. It will insert the records into the database. The HTTP_POST_VARS are set and if the page refreshes I get a duplicate entry error for the database. Is there anyway to reset these after the record has been inserted into the database? Thanks,