give me the full code
Posted: Wed Dec 28, 2005 10:34 am
Supose I have table item having field item_id,item_name,price. one more table is onvoice which is having the field
invoice_id,item_id,price,quantatity.
now I want to create an form invoice.php in which I am taking the item name from item table in the select box
now if select box have multiple=true condion and i have selected three items
there sould be thing come like that.
item_name qtybox pricebox where qtybox and pricebox are text boxes
same for
ither two shold come how can i do do the whole code.
invoice_id,item_id,price,quantatity.
now I want to create an form invoice.php in which I am taking the item name from item table in the select box
now if select box have multiple=true condion and i have selected three items
there sould be thing come like that.
item_name qtybox pricebox where qtybox and pricebox are text boxes
same for
ither two shold come how can i do do the whole code.