Categories
Tags → Html Rows

florDatagrid: A simple php datagrid class

1. Easy to generate reports 2. Columns automatically determined and appropriate number of html table columns are created. 3. Can tweak color, padding, and other basic settings of the grid. 4. Allow setting a dataKey property for recording the k...
DETAILS

Scrollable HTML table

This JavaScript code can be used to convert tables in ordinary HTML into scrollable ones. No additional coding is necessary. All you need to do is put header rows (if you need them) in THEAD section, table body rows in TBODY section, footer rows (if ...
DETAILS

data grid php class

- the class executes a given SQL query and generates a template driven HTML code that displays the query results - automatically provides means of navigation trough pages and lets user decide how many rows to be displayed on each page - automatic...
DETAILS

Simple one-file guestbook

This is a simple one-file guestbook. It uses a flat textfile to store all entrys and then the .php file with the whole script inside. Very easy to embed into any homepage. It has admin login where you can remove entrys. It has protection against html...
DETAILS

Page:
©2003-2019 jCay.com