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?.. Link to comment https://forums.phpfreaks.com/topic/166839-ezsql/ Share on other sites More sharing options...
POG1 Posted July 21, 2009 Author Share Posted July 21, 2009 anyone? Link to comment https://forums.phpfreaks.com/topic/166839-ezsql/#findComment-879770 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. Link to comment https://forums.phpfreaks.com/topic/166839-ezsql/#findComment-882302 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.