lijst met producten:
query("select ID as id, image_path as img, price, name from webs.product");
while ($product = $res->fetch_object()) product_template($product);
?>
id" class="product nolinkstyle"> $product->price $product->name EOF; } ?>