View Single Post
Old Apr 25th, 2007, 2:40 AM   #4
tAK
Programmer
 
Join Date: Mar 2007
Posts: 33
Rep Power: 0 tAK is on a distinguished road
I always check to see if the database already has a set of matching records, assuming your input contains 1 piece of data that always has to be unique, a username for instance), then use that.

A cookie would also work, BUT, if someone submits then deletes their cookies and refreshes, it would most likely be entered again.
tAK is offline   Reply With Quote