Showing 1-20 of 20 item(s)

Active filters

0) { while ($row_products = mysqli_fetch_array($run_products)) { $pro_id = $row_products['product_id']; $pro_title = $row_products['product_title']; $pro_price = $row_products['product_price']; $pro_img1 = $row_products['product_img1']; // Assuming images are stored correctly in the database echo ' '; } } else { echo '

No products found.

'; } ?>