Fatal error: Uncaught TypeError: mysqli_fetch_array(): Argument #1 ($result) must be of type mysqli_result, bool given in C:\xampp\htdocs\ecommerce\show_product.php:8 Stack trace: #0 C:\xampp\htdocs\ecommerce\show_product.php(8): mysqli_fetch_array(false) #1 C:\xampp\htdocs\ecommerce\home.php(143): include('C:\\xampp\\htdocs...') #2 {main} thrown in C:\xampp\htdocs\ecommerce\show_product.php on line 8
Returns false on failure. For successful queries which produce a result set, such as SELECT, SHOW, DESCRIBE or EXPLAIN, mysqli_query() will return a mysqli_result object. For other successful queries, mysqli_query() will return true.