[MySQL] How to stop creating more then 1 of the same row?
#2

You would have to try to select that row first (SELECT * FROM table WHERE field1=value, field2=value,...) and then use the mysql_num_rows. This should work i think, sorry if you already did it that ways
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)