News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Avoid the Original MySQL Extension, Part 1
February 15, 2013 @ 11:13:29

On PHPMaster.com today there's a new post, the first in a series, about avoiding the original MySQL extension in favor of what mysqli has to offer. The cover some of the basics of the extension and include code showing its use.

Experienced developers eschew the original MySQL extension because of its abandoned status in PHP. Nascent web developers, however, may be completely oblivious to its dormant past and dying future. [...] It is therefore the intention of this two-part article to raise awareness among developers who still use the MySQL extension, inform them of its problems, and to help them switch over to an alternative extension.

They start with a brief look at the "what's wrong" with the MySQL extension (including its upcoming deprecation). The article then gets into the basics of MySQLi and how to do things like make a connection and run a few queries. There's also a bit about prepared statements and the built-in ability to do "multi-queries" (complete with rollbacks).

0 comments voice your opinion now!
mysql extension avoid mysqli introduction tutorial alternative


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Using the Plurk API with PHP

Mark Karpeles' Blog: PHP DNS Daemon

PHP-Tools Blog: Der Zauberlehrling - Sorcerer's Apprentice

CSS Tricks: Create a Slick iPhone/Mobile Interface from any RSS Feed

DevShed: Implementing the commit() and rollback() Methods with mysqli and PHP 5


Community Events











Don't see your event here?
Let us know!


rest series testing language podcast release functional opinion database framework usergroup symfony2 conference interview zendframework2 phpunit community development introduction example

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework