Re: unique field problem

2004-04-09 Thread chillz
BT> Hello again, BT> I have a form that users fill out and submit into a mysql database using php. BT> The problem I have is that there is only one unique field in the main BT> table... it's an int that's auto-incremented with each new entry. This works BT> fine unless the user accidentally sub

unique field problem

2004-04-09 Thread Brad Tilley
Hello again, I have a form that users fill out and submit into a mysql database using php. The problem I have is that there is only one unique field in the main table... it's an int that's auto-incremented with each new entry. This works fine unless the user accidentally submits the data twice.