Tag Archive for 'databases'

MySQLi for WordPress 2.1.x

MySQLi is a “new” ((It’s been available for years, just no one uses it.)) and improved version of the original MySQL extension for PHP. While there is no especially convincing reason to switch from the original MySQL functions to MySQLi, both MySQL and PHP recommend that developers do so.

WordPress is aimed for the masses and WordPress [...]