random1 Posted July 17, 2009 Share Posted July 17, 2009 Hey All 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.