Jump to content

mysqli, PDO and persistant connections?


random1

Recommended Posts

Hey All :D

 

I currently use the 'mysqli' class in PHP to work with mySQL:

 

$this->m_Connection = new mysqli($dbhost, $dbusername, $dbpassword, $dbschema);

 

Is PDO stable and better than mysqli?

 

Also are persistant connections to a mysql database important? How do I check if my code is supporting persistant connections?

 

Help is appreciated.

Link to comment
https://forums.phpfreaks.com/topic/166259-mysqli-pdo-and-persistant-connections/
Share on other sites

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.