
PHP Data Object - PDO
I had explained how to connect to a database and execute queries in PHP.Classic database connection is done with the mysql_connect() command, and query execution is done with mysql_query(), but the PDO structure is a bit...
August 19, 20133 min read