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. Quote Link to comment https://forums.phpfreaks.com/topic/166259-mysqli-pdo-and-persistant-connections/ 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.