News Feed
Jobs Feed
Sections




News Archive
Chad Lung's Blog:
A quick intro to using PHP PDO with MySQL
March 17, 2011 @ 09:52:55

Chad Lung has posted an introduction to PDO, PHP Data Objects, in a simple PHP script:

PHP PDO (PHP Data Objects) ship with PHP 5.1 and above and is very easy to work with. Today I'm going to show you one way of performing CRUD actions on a MySQL database using PDO. Keep in mind what I'll show you is only one way of doing things and just a fraction of what PDO can do.

He shows how to connect it to your MySQL database (via the connect string) and, based on his sample "pdo-demo.users" table, use prepared statements to insert and select data into/out of the table. There's a full code listing at the end showing a comprehensive view of each of the types - select, insert, update and delete.

0 comments voice your opinion now!
pdo mysql tutorial introduction phpdataobjects


blog comments powered by Disqus

Similar Posts

PHPRiot.com: Reducing a Map Path Using Douglas-Peucker Algorithm

Elizabeth Smith's Blog: How to Compile PHP5.2 and PHP-GTK2 on Windows using Visual C++ Express

DevShed: Designing a Captcha System with PHP and MySQL

Procurios Blog: Fragment Cache - an introduction / PHP

PHPBuilder.com: File uploads made easy


Community Events











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


release podcast framework code interview community phpunit testing composer series functional zendframework2 database development opinion example language introduction api application

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