Page 1 of 1

Fancy ShowRecords

Posted: Sun Jan 10, 2010 2:00 pm
by mariolopes
Hi
Please can you tell me how can I make a grid with the result of a query with the edit, add and delete options? I saw this but I can't understand how can they do it.
Thank you
mario

Re: Fancy ShowRecords

Posted: Sun Jan 10, 2010 7:33 pm
by Christopher
Girds usually use Javascript to display and sort records. Data is delivered from some backend script via an Ajax call. Google for "php datagrid" and you will find many examples.