Hi guys
I still get this error code over and over again in my localhost easyphp:
Warning: mysql_fetch_row() expects parameter 1 to be resource, boolean given in C:\Program Files\EasyPHP-DevServer-14.1VC9\data\localweb\projects\connect.php on line 7
[php]
$base= mysqli_connect(“127.0.0.1”, “root”, “”, “nejahcom_virginia”);
$result=mysql_query(" SELECT * from itemslinks ");
while ($row=mysql_fetch_row($result))
{
echo $row[1];
}
[/php]
couldnt find solution after 4 hours trying, plz help :’(