Login Register


PHP and MySQL filter_list
Author
Message
RE: PHP and MySQL #6
I have pretty much all the same things to say as above, BUT I'll recommend you use PDO for the db integration instead of mysqli. Why this? PDO provides single interface across multiple databases. That means you can use multiple DB without using mysql_query for mysql, mssql_query for MS sql etc. Just use something like $db->query("INSERT INTO..."). No matter what DB driver you are using.

http://php.net/manual/en/intro.pdo.php

Reply





Messages In This Thread
PHP and MySQL - by Legolas - 07-30-2014, 08:05 AM



Users browsing this thread: 1 Guest(s)