Link to home
Start Free TrialLog in
Avatar of rgb192
rgb192Flag for United States of America

asked on

I am looking for a long tutorial on pdo. More than just an a 1 page article about mysqli and pdo or php.net page

After reading php.net I still do not understand

Is there a php pdo for beginners book.
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

This SitePoint book uses PDO in its examples.  Ignore the hokey title -- it's a good book.
http://www.sitepoint.com/books/phpmysql5/
ASKER CERTIFIED SOLUTION
Avatar of Marco Gasi
Marco Gasi
Flag of Spain image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rgb192

ASKER

The 2007 book by marqusG seems very specific and Ray has recommended his book previously.

Has pdo been updated since 2006/2007
AFAIK the core is foundamental unmodified: the book gives you all you need to use it. But as you said is very specific: for examples of use the SitePoint book is very good.
PDO ships with PHP 5.1, and is available as a PECL extension for PHP 5.0; PDO requires the new OO features in the core of PHP 5, and so will not run with earlier versions of PHP.
PDO has been available in PHP since November 2005.

http://php.net/manual/en/intro.pdo.php
http://php.net/ChangeLog-5.php#5.1.0
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rgb192

ASKER

Thanks for a old but still valid specific book and many examples