Need a source for PHP Datagrids

Hi,

I need a good source to go to for datagrids to display rows of records. I would like the user to be able to sort through the records. It would be very much like the grid that displays these posts where you have an option to look for oldest to newest records. I know .net has datagrids and you can sort them, but what about php and mysql technology?

Thanks

Hi, not exactly “pure PHP” solution, but you will find excellent data grids at:

http://www.extjs.com/deploy/dev/examples/#sample-3

It is a client side JS library, but PHP/MySQL can be easily used as a server side data backend.