Search found 1 match
- Mon Aug 22, 2005 9:41 am
- Forum: PHP - Security
- Topic: Browser sends Post data again
- Replies: 1
- Views: 2749
Browser sends Post data again
In my web app I use several forms that send data using post, which is then inserted into a database. In most instances the data is unique and cannot be inserted into the database twice, but I have one table where datasets don't need to be unique. I could of course add an auto_increment index field, ...