PHP Database Access: Are You Doing It Correctly?
“What the heck is PDO?” Well, it’s one of PHP’s three available APIs for connecting to a MySQL database. “Three,” you say? Yes; many folks don’t know it, but there are three different APIs for connecting:
mysql
mysqli
– MySQL Improvedpdo
– PHP Data Objects