creating "order form" using php to retrieve data from mysql
Posted: Sun Nov 28, 2010 9:08 pm
I have items in a table with fields like item_id, item_name, and item_price.
I need help with creating text fields for each of the items that I list using the table in the database so customer can enter the quantity they want to order. After the customer goes through each item, they will click submit and the page will generate an order form that list the details of the transaction. (for example it list the items order, the quantity of each item, the price, and all calculations).
What approach would you take to do this?
I need help with creating text fields for each of the items that I list using the table in the database so customer can enter the quantity they want to order. After the customer goes through each item, they will click submit and the page will generate an order form that list the details of the transaction. (for example it list the items order, the quantity of each item, the price, and all calculations).
What approach would you take to do this?