PHP Classes
elePHPant
Icontem

Easy Grid

Search this site
:    Looking up search words... 
Sections:  
Search forums:   
Permalink

      Found: 24       Packages icon Packages (4)   Blogs icon Blogs (4)   Packages icon Forums icon Package forums (16)  
Easy Grid Support forum easygrid Display and edit data grids using AJAX   This package can be used to display and data grids using AJAX. It uses Yahoo User interface library Javascript classes to perform AJAX requests. A Javascript script calls Yahoo UI libraries to load the data for the table from ...
Easy Data Grid Support forum easy_datagrid Display MySQL query results in an HTML table   This is a simple class that can display the results of a MySQL database query in an HTML table. The class takes as parameters a result set resource handle and a list of result columns to display. The results ...
Sudoku Solver Support forum sudoku Solve Soduku puzzle game   Sudoku is a puzzle that has become very popular recently and has been published in many newspapers. Sudoku is a number puzzle where you are presented with a grid of size 9 by 9, that is subdivided in 9 blocks of 3 by 3. Some fields in the ...
DBgrid Support forum dbgrid Show the result of a mysql query on HTML table.   Show the result of a mysql query on HTML table. Easy to use. 1 line code. $grid = new DBgrid($result,'border="1"','class="titulotabla"',''); Creats a HTML talbe from a valid mysql result. How to use this easy DBgrid Site ...