We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean given in C:\xampp\htdocs\Shopparels-master\index.php on line 16
The text was updated successfully, but these errors were encountered:
This error was triggered because a parameter of type Boolean was sent to mysqli_fetch_assoc.
This must have occurred because the query done on line 9 may have generated error.
Check the value of the $featured after line 9.
$featured
Sorry, something went wrong.
No branches or pull requests
Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean given in C:\xampp\htdocs\Shopparels-master\index.php on line 16
The text was updated successfully, but these errors were encountered: