ThingEngineer / PHP-MySQLi-Database-Class

Wrapper for a PHP MySQL class, which utilizes MySQLi and prepared statements.
Other
3.3k stars 1.34k forks source link

Connection error #934

Open mostafdalbah opened 3 years ago

mostafdalbah commented 3 years ago

I have two way to connect to database through local network and through internet. if i can not connect to database through local network, then i would use network to connect to the database, If there is error in connecting to database $db->MysqliDb(***** );, how can i get error details?

oxcakmak commented 3 years ago

$db->getLastError();