can anyone help me with php
#7

Update

Try Check Parameter function mysqli_connect

PHP код:
<?php
$con 
mysqli_connect("HOST""USER""PASSWORD""DBNAME");

if (!
$con) {
    echo 
"Error: Mysql Conection." PHP_EOL;
    exit;
}

echo 
"Ready: Success " PHP_EOL;

?>
Reply


Messages In This Thread
can anyone help me with php - by iKevin - 13.02.2017, 19:52
Re: can anyone help me with php - by Meller - 13.02.2017, 19:58
Re: can anyone help me with php - by iKevin - 13.02.2017, 20:00
Re: can anyone help me with php - by iKevin - 14.02.2017, 13:57
Re: can anyone help me with php - by Luis- - 14.02.2017, 14:15
Re: can anyone help me with php - by iKevin - 17.02.2017, 14:02
Respuesta: can anyone help me with php - by Eloy - 17.02.2017, 14:13
Re: can anyone help me with php - by Macronix - 17.02.2017, 14:14
Re: can anyone help me with php - by iKevin - 17.02.2017, 14:38
Re: can anyone help me with php - by BroZeus - 17.02.2017, 15:45

Forum Jump:


Users browsing this thread: 4 Guest(s)