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

Jeremy Cook: Turbocharging your Logs

PHPEverywhere: Kisses to PDO, just don\'t mind the farts

ZendCasts.com: Setting up Zend_HTTP_UserAgent

Vinu Thomas' Blog: Modifying your MySQL databases to be UTF-8 compliant

DevShed: Introduction to Using SQLite with PHP 5


Community Events











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


language interview composer example series podcast opinion functional conference testing zendframework2 framework introduction code database tool object community release development

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