Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
You have an error in the query somewhere, perhaps there is no such table.
What will he write like this?
<?php
$connection = mysqli_connect(`localhost`,`root`,`root`,`blog`);
if($connection == false){
echo "Не удалось подключиться к Базе данных";
echo mysqli_connect_error();
exit();
}
$result = mysqli_query($connection, "SELECT * FROM `articles`");
echo mysql_error($link);
while( $title = mysqli_fetch_assoc($result )){
}
?>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question