Select Page

Using WordPress Plugin AdRotate with AdBlock Plus

Lately I have tested the plugin AdRotate for one of our projects. The ratings are good, it gets updated frequently and there is even a pro version, what I like because I can take the developer(s) seriously. But one thing freaked me out: After setting up everything, I...

Using PHP’s mysqli extension with WordPress

At the moment the database object implemented in WordPress (wpdb) relies on the mysql extension (mysql_connect). As PHP 5.5 will not support the mysql extension anymore and it’s highly recommended to use the mysqli extension with MySQL versions 4.1.3 or later, I...