PHP-MySQLi-Database-Class icon indicating copy to clipboard operation
PHP-MySQLi-Database-Class copied to clipboard

Connection error

Open mostafdalbah opened this issue 5 years ago • 1 comments

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?

mostafdalbah avatar Nov 14 '20 06:11 mostafdalbah

$db->getLastError();

oxcakmak avatar Dec 18 '20 22:12 oxcakmak