Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

CodePoets.co.uk:
A Quickstart to using PEAR with PHP
Apr 13, 2006 @ 12:09:23

On CodePoets.co.uk today, a new tutorial introduces you to the PEAR DB package, giving you a howto guide on performing simple queries with its functionality.

PEAR::DB, provides a uniform, cross platform, cross database method for connecting to databases, when writing PHP applications/scripts. Extensive documentation can be found online here This article aims to show briefly, how queries and updates can be performed when using PEAR DB.

They list a few reasons why one might want to use the PEAR DB package over the normal PHP database functions before they get into the examples. There are four examples - making the connection, querying the database, what to do to avoid SQL injections, and updating your database with prepared statements.

tagged: pear db package quickstart howto connect query sql update pear db package quickstart howto connect query sql update

Link:


Trending Topics: