News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Using the mysqli Interface Basic Techniques
March 15, 2007 @ 13:37:00

In a new tutorial on PHPBuilder.com today, they walk you through the use of the use of the mysqli interface in PHP.

This article will illustrate some basic techniques for using the mysqli interface. This is a great tool to use in php5 because it doesn't need any include libraries like PEAR, etc; it is compiled right into the distribution.

They start things simple, showing how to make the mysqli connection in your script, including how to set up the connection parameters. They move quickly into making queries on the database - first a simple one with a loop and then a more complex example with a prepared query. They wrap things up by helping you create a simple class that works as a bit of an abstraction layer to query and report on the results returned.

0 comments voice your opinion now!
tutorial mysqli interface basic technique tutorial mysqli interface basic technique


blog comments powered by Disqus

Similar Posts

Shashikant Jagtap: Behat2.4 : Painless installation with Composer

DevShed: Refactoring the MySQL Abstraction Class with the Active Record Pattern

Alex Simonenko's Blog: Installing PHP 5.3.6 on OS X Lion

DevShed: Inserting Comments and Accessing Nodes with the DOM XML Extension in PHP 5

Alexander Netkachev's Blog: A little bit more about Zend_Controller plugins


Community Events











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


podcast zendframework2 phpunit language application introduction framework tool opinion testing conference development example functional release interview series code unittest community

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