Handling MySQL Errors Using The $wpdb Class
Scribbled on June 3rd, 2008 - filed under WordPress Stuff.
When you write a WordPress plugin, there is almost no way around executing queries to the WordPress database. The $wpdb class provides all the necessary tools to do so.
Now, I wondered how one could figure out if there was a MySQL error while executing a query - be it a typo in the actual query, [...]
This post has no comments so far.
Click here to view the full post and some additional information.


