to my host database and input the information on the form into the sql table i created but it didnt coNnet.....
ANY HELP PLEASE?
try changing Localhost By 127.0.0.1 when conn to db
if (!$con) { die("Connection failed: " . mysqli_connect_error()); } try adding so that you can get the error
if(!$con){ die(myqli_connect_error()); } to see the error message
Обсуждают сегодня