mysqli
Moderator: General Moderators
This or pdo/mysql
http://de2.php.net/manual/en/ref.pdo-mysql.php wrote:PDO_MYSQL will take advantage of native prepared statement support present in MySQL 4.1 and higher. If you're using an older version of the mysql client libraries, PDO will emulate them for you.
Re: mysqli
noGeXus wrote:When using stored procs with mysql 5, is it required to use mysqli?