Call to undefined function mysql_fetch_array() in php:Fixed

preview_player
Показать описание
In this Tutorial, I am going to explain how to fix a most common error that every programmer face i.e call to undefined function mysql_fetch_array().

Need Assistance or Have Questions?

For help or answers to your questions, feel free to reach out through the following social media pages:

Connect Here:

Рекомендации по теме
Комментарии
Автор

Many thanks, one less problem of my long list.

alcaravan
Автор

Hi. Good afternoon. I was with that problem. But you video help me and fix my issue. Thank you. I'm Brazilian. 👏👏

espdasobrevivencia
Автор

thank you much keep up with the specific errors its where every one gets stuck thank you again

TheUofastudent
Автор

this is simple and very useful. Thanks a lot brother

manorazali
Автор

Thanks, you just fixed a mayor bug here, thanks.

ronnylarsen
Автор

TLDR : mysql_fetch_array() => mysqli_fetch_array()

christiaanmyburgh
Автор

thank you so much, i have suffer a day because this error

ChickenCoodle
Автор

Still having an error.
Warning: "mysqli_fetch_array() expects parameter 1 to be mysql_result, bool given in Please help me.

kaiizookuu
Автор

Sir can u make a login and logout page using PHP MySQL or xamp

dakshkumar
Автор

<?php
$con = mysqli_connect("localhost", "root", "", "booker");
$result = mysqli_query($con, "sele" )
while ($row = mysqli_fetch_array($result))
{
echo $row['name'];
}
?>

I am having problem with this line $result = mysqli_query($con, "sele" )
KINDLY ENLIGHTENING ME, where should i select from

ebenbadewole
Автор

i just need to add i ... lol
thank's dude

fathurrachmanrh