I keep getting the error below once in a while and then it goes away everything works fine. I was wondering how can I correct this problem? And can someone tell me what in hell is causing this problem?
Error.
mysqli_connect() [function.mysqli-connect]: (HY000/2005): Unknown MySQL server host
The error above points to the code below.
$mysqli = mysqli_connect("i.db.8473545.hostedresource.com", "i", "password", "i");