$wpdb->insert, dublicate inserts
-
Hi,
I use this code to insert some data in the database but the problem is that the row is saved two times, but I want only one tine..$data_array = array('aff_id' => $aff_id, 'remote_addr' => $remoteaddress, 'url' => $curentpage, 'referrer' => $httpreferer); $wpdb->insert( 'amember_aff_clicks', $data_array );
Please Help!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘$wpdb->insert, dublicate inserts’ is closed to new replies.