FAILED TO CONNECT TO MY DATABASE
I failed to connect to my database with my "hoster" yet I can connect to the database with my local server wamp with the same script.
$connect = mysqli_connect("localhost:3306", "ModabidZ", "succes@123", "modabidzci_") or
die("Problem to connect to the server.");
when I execute, it shows: Problem to connect to the server
What can be the problem? How can I solve it?
Thanks for helping
$connect = mysqli_connect("localhost:3306", "ModabidZ", "succes@123", "modabidzci_") or
die("Problem to connect to the server.");
when I execute, it shows: Problem to connect to the server
What can be the problem? How can I solve it?
Thanks for helping