Discussion:
INSERT IGNORE for $wpdb?
BenderisGreat
2013-11-12 03:09:46 UTC
Permalink
Anyway to use this with wordpress?



--
View this message in context: http://wordpress-hackers.1065353.n5.nabble.com/INSERT-IGNORE-for-wpdb-tp42799.html
Sent from the Wordpress Hackers mailing list archive at Nabble.com.
Ryan McCue
2013-11-12 03:13:17 UTC
Permalink
Post by BenderisGreat
Anyway to use this with wordpress?
$wpdb->query('INSERT IGNORE ...');

http://codex.wordpress.org/Class_Reference/wpdb#Run_Any_Query_on_the_Database

http://wordpress.stackexchange.com/questions/96321/wpdb-insert-database-error-duplicate-entry-error-logging

Please make sure you search before posting on the mailing list. Keep in
mind that messages here go out to a lot of people. Questions like these
are probably better asked on WPSE anyway:

http://wordpress.stackexchange.com/
--
Ryan McCue
<http://ryanmccue.info/>
Loading...