Rrestaurant delivery menu choices - how to handle?
am 12.03.2006 10:07:27 von haggisOur restaurant is developing a Delivery service and I'm wondering
how to handle the choices the customers will make on-line.
Stripped of the cosmetics, this is the display of the whole menu
(which is compiled from the output of several different menus -
"Starters", "Main Courses", "Salads", etc).
The restaurant is developing a Delivery service and I'm wondering
how to handle the choices the on-line customers will make.
This bare-bones display of the choices works fine -
$TableName="menus";
$Query="SELECT * FROM $TableName order by menu_id";
$Result=mysql_db_query ($DBName, $Query, $Link);
while ($Row=mysql_fetch_array ($Result))
{
$list_of_menus[]=$Row[menu_name];
}
$count=count($list_of_menus);
$count=$count-1;
$n="0";
while ($n<=$count)
{
print("