Page 1 of 1

mysqli vs. mysql

Posted: Thu Aug 12, 2004 2:36 pm
by dashifen
What are the enhancements to the new PHP mysqli_ functions as opposed to the old mysql_ functions?

Posted: Thu Aug 12, 2004 3:24 pm
by evilmonkey
Most notable, the object ooriented interface. MySQLi also boasts to suppost MySQL 4.1 features that extMySQL does not support. All in all, MySQLi (as it seems) is just extMySQL built for a new version of PHP and MySQL. If you're starting a new project, and planning to use php 5.0 and MySQL 4.1+, I suggest MySQLi as opposed to extMySQL.