Jump to content

Mysqli Is Better


Redroest

Recommended Posts

Hey, I am using MySQLi (MySQL Improved) for over 6 months now and I am very happy with it. It actually contains all the normal functions from MySQL. The real difference lies in the transfer of data to the database. php newbies almost always forget to implement a rollback function as to sett an example. But in MySQLi this is not required since it is build-inMysqli is also a class on its own and it decreases the stress on servers (wich can save money, loadingtime) because it uses persistent connections. A persistent connection makes sure that there is no need to close/open the db connection everytime.This way of working more OOP related then the standard MySQL, but can also be used in PDO systems.What do you guys think? Maybe a smart move to make some kind of tutorial on the W3schools website or recommend it on these forums?source: php.net: about MySQLi

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...