give me the full code

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
mark_waugh
Forum Newbie
Posts: 1
Joined: Wed Dec 28, 2005 10:28 am

give me the full code

Post 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.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post 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?
foobar
Forum Regular
Posts: 613
Joined: Wed Sep 28, 2005 10:08 am

Post by foobar »

*snicker* If you'll offer enough money I'll do the "full code" for you. Prices start at $100 an hour. :roll:
Charles256
DevNet Resident
Posts: 1375
Joined: Fri Sep 16, 2005 9:06 pm

Post by Charles256 »

I'll do it for 50 an hour :-D
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post 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.
Post Reply