Hi all,
I have a table containing an ID (unique, autoincrement) and some other
fields including IP. When I try to insert the 'ip' I get a "Duplicate entry
for key 1" error (using INSERT INTO tblip (ip) VALUES ('$REMOTE_ADDR
$_agent') ).
This table is needed to handle the amount of online users. The strange thing
is that this happens only with a minority of users. All other users of the
webiste have reported no problem whatsoever.
Someone has an idea whats going wrong here
kind regards
Stijn
I have a table containing an ID (unique, autoincrement) and some other
fields including IP. When I try to insert the 'ip' I get a "Duplicate entry
for key 1" error (using INSERT INTO tblip (ip) VALUES ('$REMOTE_ADDR
$_agent') ).
This table is needed to handle the amount of online users. The strange thing
is that this happens only with a minority of users. All other users of the
webiste have reported no problem whatsoever.
Someone has an idea whats going wrong here
kind regards
Stijn
Comment