$conn = mysqli_connect("sql109.epizy.com", "epiz_31265295", "******", "epiz_31265295_sevensports");
if ($conn->connect_error) {
die("Connection failed: " . $conn->connect_error);
}
echo "Connected successfully";
?>
i am very sure that the data to connect mysql database is correct there is no credential mistake
my error:
Warning : mysqli_connect(): (HY000/2002): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond in D:\xampp\htdocs\php programs\file_selector\connection.php on line 9