Hello everybody, I am having a problem while I am trying to use the
db.php file , i used this code :
require 'db.php';
$db = DB::connect('my sql://root:@localhost/mapdb');
but i got an error that says that the sql_db class not existent.
any help please
thanx in advance
shameram sadaki
db.php file , i used this code :
require 'db.php';
$db = DB::connect('my sql://root:@localhost/mapdb');
but i got an error that says that the sql_db class not existent.
any help please
thanx in advance
shameram sadaki
Comment