Please support our MySQL advertiser: Programming Forums
Views: 1179 | Replies: 1
•
•
Join Date: Jul 2007
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
PHP version 5.1.6
MySQL version 5.0.27-standard-log
Table is super simple, 1 primary key, uid, unixtime(timestamp),blog, pro, bull, pix
Anyone see why this would give me two of the same record every time its executed? I have several other inserts sitewide that dont have the same problem. I have other queries on other pages that dont duplicate the entry but insert into the same table.
MySQL version 5.0.27-standard-log
Table is super simple, 1 primary key, uid, unixtime(timestamp),blog, pro, bull, pix
if($uid > 0 && $id != $uid){
include('connection.php');
mysql_query("INSERT INTO history SET uid='$uid', pro='$id'"); }
Thats all. Does anyone know why this would create two identical records every time?•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)






Threaded Mode