ki Posted July 3, 2007 Share Posted July 3, 2007 I was just wandering, whats the difference between the mysql and the mysqli functions in php? Quote Link to comment Share on other sites More sharing options...
btherl Posted July 4, 2007 Share Posted July 4, 2007 Mysql: "Although this MySQL extension is compatible with MySQL 4.1.0 and greater, it doesn't support the extra functionality that these versions provide. For that, use the MySQLi extension." Mysqli: "The mysqli extension allows you to access the functionality provided by MySQL 4.1 and above." Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.