Page 1 of 1

PivotTable

Posted: Mon Aug 30, 2010 8:35 am
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

Re: PivotTable

Posted: Mon Aug 30, 2010 9:06 am
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.

Re: PivotTable

Posted: Mon Aug 30, 2010 9:55 am
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.

Re: PivotTable

Posted: Mon Aug 30, 2010 10:09 am
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.

Re: PivotTable

Posted: Mon Aug 30, 2010 11:24 am
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.

Re: PivotTable

Posted: Mon Aug 30, 2010 2:22 pm
by McInfo