XajaxGrid Project

PhotobucketXajaxGrid Project says, XajaxGrid is a cross-browser JavaScript grid control that represents data in a sortable DHTML table. This component allows you to design quicky user interface by organizing your data into configurable dynamic grid with different cell types, buffering and dynamical loading. XajaxGrid content can be loaded from XML data source or created using JavaScript methods. For this version 1.0, the grid enables flexible data sorting descending order by clicking column header. Table data can be sorted and updated without page reload because grid is 100% client-side solution and loads data dynamically using AJAX based on Xajax library. Read more.

PHPClasses.org: Basic MySQL Search Engine Class

PHPclasses.org says, this class can be used to search for data in MySQL database table text fields.

It executes one or more SQL SELECT queries to search for given keywords in different text fields of the same MySQL database table.

The class returns an array with the values of primary keys of the table records returned by the queries. Duplicate record entries are eliminated. Read more.