Hello
On page 368 MySQL second edition
when i write this script out and send it through the browser ...
Warning mysqli_fetch array() expects parameter 1 to be mysqli_result, boolean given /file/string/file/string
I have gone into the PHP web site and type in mysqli_fetch_array to look at the syntax and the page i am directed to shows, mysqli_result::fetch_array
and the calls in the PHP manual page for mysqli_result::fetch_array are the same as in the script in the book.
$query = SELECT etc
$r or result = mysqli_query($link, $query);
The warning in the browser is from this lin