Choose from our wonderful selection of EDIBLE foods
// Contains $items array of arrays. require ("data.php"); ?>
// Counter for ending rows $x = 0; // For each element of the $items array foreach($items as $name => $info) { // HTML for the table cell ?>
>
=$name?>
$=$info['price']?>
Quantity:
if (++$x % 3 == 0 ) echo "
"; // Close row every third cell } ?>
Calculate Tax?
 
// Links include 'links.html'; ?>