Jump to content

What is the Difference Between MYSQLi and MYSQL Extenstion


binumathew

Recommended Posts

MySQLi is the OOP version of MySQL extension. In the end, the accomplish the same thing: extension for interacting with MySQL from PHP. A lot of people still use the original MySQL extension vs the new MySQLi extension because MySQLi requires MySQL 4.1.13+ and PHP 5.0.7+

In the end, the accomplish the same thing: extension for interacting with MySQL from PHP.

 

That's not entirely accurate. MySQLi supports some things that the old MySQL extension doesn't. Things like prepared statements, multiple statements, and transactions on top of my head.

Yeah I'm really looking forward to the 5.3 release. Screw lame hosts that are slow to update. I've got my own server and I'll update immediately after the stable release.

 

This timetable says that it's scheduled for release in Q2. I hope that's true.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.