PivotTable

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
crmaurice
Forum Newbie
Posts: 5
Joined: Sun Aug 29, 2010 9:11 pm

PivotTable

Post by crmaurice »

I'm new to programming in php like to know if I can make a table in php simulating a grid on which to insert and delete items, as the details of a bill, would greatly appreciate your help. :D
Gargoyle
Forum Contributor
Posts: 130
Joined: Wed Jul 14, 2010 12:25 am

Re: PivotTable

Post by Gargoyle »

you're giving not enough detail to come up with something helpful. please provide more info on what you are trying to do.
crmaurice
Forum Newbie
Posts: 5
Joined: Sun Aug 29, 2010 9:11 pm

Re: PivotTable

Post by crmaurice »

I have to do a bill, where the header is the number of the bill and the bill has many details, I have those details in a table such as a grid where proffers add and edit articles in the factura.Gracias for your kind assistance.
internet-solution
Forum Contributor
Posts: 220
Joined: Thu May 27, 2010 6:27 am
Location: UK

Re: PivotTable

Post by internet-solution »

crmaurice wrote:I'm new to programming in php like to know if I can make a table in php simulating a grid on which to insert and delete items, as the details of a bill, would greatly appreciate your help. :D
Yes you can. But you have to take one step at a time. If you can tell us what you can do with PHP or how far you have progressed and where you are stuck, then somebody might help you.
crmaurice
Forum Newbie
Posts: 5
Joined: Sun Aug 29, 2010 9:11 pm

Re: PivotTable

Post by crmaurice »

thanks for your kind help, I want to create is a table where you can add rows of items such as product quantity and value and also edit them, simulating a grid such as an invoice.
User avatar
McInfo
DevNet Resident
Posts: 1532
Joined: Wed Apr 01, 2009 1:31 pm

Re: PivotTable

Post by McInfo »

Post Reply