Slide 36
Slide 36 text
SQL
If you have to write SQL Statements,
capitalize SQL keywords like SELECT,
FROM, WHERE, ORDER BY.
In most cases though, you should use the
functions provided by the WPDB Class.
or use
$wpdb->prepare( $sql, $arg1, $arg2,… );
Blog - shawnhooper.ca
Twitter - @shawnhooper