PHP Help - Adding Table Number to Order

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
adifrank
Forum Newbie
Posts: 2
Joined: Sun Apr 16, 2006 12:44 am

PHP Help - Adding Table Number to Order

Post by adifrank »

This is the site you are going to
http://www.bondmovers.com/chargrill/waiter_page.ph...
after clicking on the food orders/beverage orders you will get a list of food/drink orders. You put the quantity and before you click submit button
what I basically need is to include a table number at the bottom of the food/drink orders. I need the table number to be displayed

example:

home | food order | beverage order | waiters | chefs | bartenders | reorder ( food | beverages)

Salmon qty
Hook and line caught, 8 oz filet chargrilled to order and served with lemon herb butter sause
Filet qty
A certified premium black anugs 6 oz center cut filet chargrilled to order
Rib Eye qty
A certified premium black angus rib eye chargrilled to order
Grilled Tuna qty
8-ounce Marinated yellow fin tuna
Smoke Grilled Pork Chops qty
6-onces chopped served with sliced apples in a brown sugar sause
Table #

login | logout



Here input will be taken for table number along with food order and beverage order as well.

home | food order | beverage order | waiters | chefs | bartenders | reorder ( food | beverages) waiter page

-------------foods-------------
Order Number: 16
Status: unrecieved | ---
Amount: $16.97
Table Number (here as well)
1 tuna marinade $1.99 each
1 lemon herb butter sause $2.99 each
1 8oz Salmon Filet $11.99 each

Here I wanted it to be indicated on each order number after an input is taken. I think it should be simple but I needed some help on here.

that is it guys can I get help on this
regards
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

it's getting late and all, but did you ask a question? Please be specific on what you need advisory on :wink:
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

Looks like that is what the customer ordered. :?
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

I believe the question is the declaration of the want. In otherwords, "How do I include a table number of the food/drink orders?"

Edit - A correct link would be nice too: http://www.bondmovers.com/chargrill/waiter_page.php
adifrank
Forum Newbie
Posts: 2
Joined: Sun Apr 16, 2006 12:44 am

Post by adifrank »

Hi. First of all, sorry for not answering your questions and for posting an incorrect link.

Thanks Ambush for noticing and correcting me.

... and yes, my question is how to go about including a table number to the orders?

Thank you.
Post Reply