mysqli
Posted: Sat Apr 21, 2007 5:01 pm
When using stored procs with mysql 5, is it required to use mysqli?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
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.
noGeXus wrote:When using stored procs with mysql 5, is it required to use mysqli?