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: Finding Paths, Timestamps and More with the DirectoryIterator Class in PHP

The Bakery: Six New Articles/Tutorials Posted

Mike Naberezny's Blog: My First php|architect Article (Zend Framework)

DevShed: Introducing the Facade Pattern in PHP 5

PHPFreaks: OO PHP Parts One & Two


Community Events











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


zend PEAR releases job cakephp PHP5 mysql database code book conference framework package security example ajax zendframework release developer application

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