How to use PDO and Prepared Statemets from a mysql_ developer’s view
If you have been using php and mysql and have no idea what PDO is, then read this tutorial now. PDO stands for PHP Data Objects and it is a lean and efficient way to interact with databases. PDO uses a unified API allowing for better consistency and is a must learn for every PHP developer.