Page 1 of 1

give me the full code

Posted: Wed Dec 28, 2005 10:34 am
by mark_waugh
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.

Posted: Wed Dec 28, 2005 10:52 am
by Chris Corbyn
give me the full code
:roll:

That really fills me with the will to sit down and write you a script.

What do you have so far? How much of this do you plan to do yourself?

Posted: Wed Dec 28, 2005 12:23 pm
by foobar
*snicker* If you'll offer enough money I'll do the "full code" for you. Prices start at $100 an hour. :roll:

Posted: Wed Dec 28, 2005 1:06 pm
by Charles256
I'll do it for 50 an hour :-D

Posted: Wed Dec 28, 2005 1:09 pm
by Ambush Commander
Comments are not constructive. BUT... I suggest breaking down your request into smaller bits: what exactly don't you understand? If you ask smaller questions, we will be able to help you, but we're probably not going to write the page for you. Plus it would be horrible/hacky/untested code, so you probably don't want it anyway.