this code was developed in config.php file but it gives that........ Parse error: syntax error, unexpected 'utf' (T_STRING), expecting ',' or ';' in /home2/champio1/public_html/includes/config.php on line 16 i.e meta charset="utf-8" />
<?php
$db_host = "localhost";
$db_username = "champio1_EyeLion";
$db_password = "";
$db_name = "champio1_database";
$con = @mysqli_connect("$db_host","$db_username","$db_password","$db_name");
if(!$con)
{
echo"
<html>
<head>
<meta charset="utf-8" />
</head>
<center>
<br>
<br>
<br> <h1>Coming Soon - سيتم تشغيل الموقع قريبا </h1>
</html>";
exit;
}
$DomainUrl = "http://joglobe.com";
?>