Fancy ShowRecords

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
mariolopes
Forum Contributor
Posts: 102
Joined: Sun May 22, 2005 7:08 am

Fancy ShowRecords

Post 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
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Fancy ShowRecords

Post 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.
(#10850)
Post Reply