feed Posts (RSS | eMail)
feed Comments (RSS | eMail)
Loading in process - please be patient.

Archive for June 3rd, 2008

Handling MySQL Errors Using The $wpdb Class

Excerpt:

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, [...]

back to top