What is PDO and why should I use it?
Learn how to use the PDO object to execute queries
PDO is the latest and greatest from PHP used for accessing and querying databases. It effectively replaces the older mysql_{} functions in an object oriented way. So you might be wondering, “why should I care?” Read on to find out…
