MySQL PHP Extension to Be Deprecated; Free MySQL->MySQLi Code Converter
Monday, September 19th, 2011
Heads up, developers: the PHP folks have announced their intention to deprecate the old MySQL database extension.
As they say, “Don’t panic.” It’s not like MySQL-extension-based sites are suddenly going to start throwing exceptions; this is more a documentation change and a community education effort.
Going forward, the PHP team recommend two alternative extensions for new site development: pdo_mysql and mysqli, with PDO being the PHP way and main focus of future [PHP team] endeavors.
If you’re currently a Dreamweaver user or are just using the old MySQL extension out of habit, I developed a free tool in MyQuery Builder that will convert your existing code to both procedural or class-based MySQLi code, your choice.
Sign up for free and click on the Tools tab once you’re in to use the “MySQL->MySQLi Converter.”
Sphere: Related Content



Apple has just launched an effort to support more widespread adoption of HTML5 in the developer community.
Lots going on over at my side-project,