I have tried everything but i keep getting this error.
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000] [2005] Unknown MySQL server host
Is it possible that my server is blocking it? How do i fix it
$dbh = new PDO('mysql:host=$host;dbname=$database',$username,$password);
$dbh->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
and the dbinfo.php is:
$host="mysql.spri.co.za;port=3307"; $database="kruger_park_live"; $username="*****"; $password="*****";