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:
mysqlmysqli– MySQL Improvedpdo– PHP Data Objects
source:
$link[host]
Read Original Source