An order Form

An order Form

andreavelloneandreavellone Posts: 46Questions: 13Answers: 2

Hi Datatablers :)
I'm trying to do a form to accept order.

I have a mysql table like this

Order-id | 1
Date |
Supplier |
Items | 1,4,7,12, etc

Quantity | 9,3,5,122, etc

i'd like to have a form with checkbox like this:

Date: xx/xx/xxxx
Supplier: John Doe

[] item1 | Quantity ______
[] item2 | Quantity ______
[] item3 | Quantity ______
[] item4 | Quantity ______
[] item5 | Quantity ______
:
:
[] itemn | Quantity ______

The problems is that i have no idea from where to start....
Could u suggest me some example or some idea?

Tx a lot

Andrea

This discussion has been closed.