Tagged Questions
4
votes
7answers
1k views
How can I prevent database being written to again when the browser does a reload/back?
I'm putting together a small web app that writes to a database (Perl CGI & MySQL). The CGI script takes some info from a form and writes it to a database. I notice, however, that if I hit ...