This topic is locked

Double entries

8/21/2012 12:03:41 PM
PHPRunner General questions
W
wildwally author

What's the best recommendation to prevent double entries of a record? In my current system I constantly run accross situations where the user double clicks or something and I end up with two of the same record entered into the database with different ID's.
Something like a time limit of 60 seconds? or is there another easier way to accomplish this?

Sergey Kornilov admin 8/21/2012

You can add server side validation to prevent duplicate records.