News Feed
Jobs Feed
Sections




Recent Jobs

News Archive
DevShed:
Performing Basic Tasks with MySQL 4.1 and Above, using mysqli with PHP 5
June 30, 2006 @ 12:14:47

In this new tutorial from DevShed today, they look at a method of accessing a MySQL database that doesn't seem to be discussed as much - mysqli.

All right, I know that you're now saying that's not breaking news, since the implementation of objects is an old programming feature. However, PHP 5 has a lot more to offer when it comes to using MySQL. If you're using MySQL 4.1 and above, the good news is that PHP 5 offers a fairly comprehensive extension, called "mysqli," which allows you to interact natively with MySQL via an object-based approach, aside from taking advantage of the new functionality provided by the database server.

They start with a basic introduction of the extension, including how to perform some of the basic bits of functionality on your MySQL database - connecting, getting host information, and even performing a simple query. They then get into the "real power" behind the mysqli extension, the ability to run multiple queries and handle natively the results of those queries easily. They wrap it all up with a look at using prepared statements with this extension, showing the prepare, bind_param, and execute functions.

0 comments voice your opinion now!
mysql mysqli extension tutorial introduction basic tasks mysql mysqli extension tutorial introduction basic tasks



Similar Posts

DevShed: Filters and Login Systems for Web Application Security

SitePoint PHP Blog: How to Split WordPress Content Into Two or More Columns

php|architect: Application-level Logging with the Zend Framework

Blond R's Blog: Set up IIS 7 w/ MySQL and PHP 5

PHPEveryDay.com: New Tutorials Posted (WDDX in PHP)


Community Events









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


sqlserver extension zendframework podcast doctrine release wordpress drupal microsoft job opinion conference developer security windows framework symfony zend codeigniter facebook

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