prepare('SELECT * FROM product'); $stmt->execute(); $result = $stmt->get_result(); while ($row = $result->fetch_assoc()): ?>

  /-