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.
[SOLVED] insert data into $db
Moderator: General Moderators
- Think Pink
- Forum Contributor
- Posts: 106
- Joined: Mon Aug 02, 2004 3:29 pm
insert data into $db
the problem was username, wich was the unique key.
is working now
thx
is working now
thx