i m geting this error please help me what is solution following is my code
require_once "connect.php";
$selectd ="select * from query";
$result=mysqli_query($selectd);
echo "
while($row=mysqli_fetch_array($result))
{
echo $row[1];
echo "
";
";
}
echo "";
?>
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nitin SontakkePosted Jan 29, 2018, 4:39 AM