insert data into $db
Posted: Wed Sep 08, 2004 2:59 pm
hy all
i have a table with id, name, pass, ip, date (timestamp)
if I enter some values through a form all is ok. If i want to insert the same values, again through the same form nothing happends. Why can't I insert duplicate values?
The mysql command is a simple Insert statement without any verification if some of the data allready exists.
i have a table with id, name, pass, ip, date (timestamp)
if I enter some values through a form all is ok. If i want to insert the same values, again through the same form nothing happends. Why can't I insert duplicate values?
The mysql command is a simple Insert statement without any verification if some of the data allready exists.