PivotTable
Moderator: General Moderators
PivotTable
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. 
Re: PivotTable
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
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
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 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.
Re: PivotTable
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.