POG1 Posted July 21, 2009 Share Posted July 21, 2009 Im stuck with ezSQL. I have decided to upgrade my old version of ezSQL and i'm having some problems with connecting to the database. It needs 2 classes included which I have done. Then when i try to connect it shows about 10 error messages. Here is the code i used; require('lib/connection.php'); // classes are in here $db = new ezSQL_mysql; $db->connect('root', '', 'localhost'); // default login settings for LAMP Any suggestions as to what I can do? Or any suggestions to a better class to use?.. Quote Link to comment Share on other sites More sharing options...
POG1 Posted July 21, 2009 Author Share Posted July 21, 2009 anyone? Quote Link to comment Share on other sites More sharing options...
fenway Posted July 24, 2009 Share Posted July 24, 2009 No idea... but that's a PHP DB class issue, not a mysql problem. Quote Link to comment 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.