Jump to content

ezSQL


POG1

Recommended Posts

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

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.