Projects tagged ‘php’ and ‘table’


Jump to tag:

Projects tagged ‘php’ and ‘table’

Filtered by Project Tags php table

Refine results Project Tags mysql (4) database (3) db (2) ajax (2) server (1) report (1) sql (1) oop (1) javascript (1) gnu (1) phpmyadmin (1) kymera (1)

[9 total ]

1 Users

PHP XHTML tableThis class for PHP 5 easily creates XHTML valid tables with a simple and easy to remember syntax. Download and installDownload the file, unzip it and read the INSTALL file. ... [More] Example$table = new table('border="1"'); $table->caption('People'); $table->part('head'); $table->headers('Name',array('Age'=>'title="in years"'),'Country'); $table->part('body','style="color:Blue;"'); $table->row(''); $table->cells('John',23,'USA'); $table->row(''); $table->cell('Jack'); $table->cell('42'); $table->cell('Mexico'); $table->row(''); $table->cell('Philip J. Fry'); $table->cell('23'); $table->cell('India'); $table->part('foot','style="color:Violet;"'); $table->cell("Total :"); $table->cell(23+42+23); # empty cell $table->cell(); # reopen a closed part, and add a row # won't increment the total, it's only an example $table->part('body'); $table->row('style="color:Green;"'); $table->cells('Igor',43,'Russia'); echo($table);XHTML Output People Name Age Country Total : 88   John 23 USA Jack 42 Mexico Philip J. Fry 23 India Igor 43 Russia Preview [Less]
Created about 1 year ago.

0 Users

Takes an array as an input and displays a plain text table output that looks similar to a MySQL command line result table. Roadmap: Support a maximum field/table width so that it can be used for ... [More] plain-text emails. Support field vertical tables in addition to horizontal ones (so the field names run down the side instead of across the top). If you are interested in helping with this project, then please write to me on: paul at fubra dot com. [Less]
Created 7 months ago.

0 Users

The Pagelist Plugin lists pages in a nice looking table. Besides its function as stand-alone syntax plugin, it serves as helper plugin for the Blog, Discussion, Editor and Tag plugins.
Created 12 months ago.

0 Users

Database MySQLDumpA MySQL to PHP Dump Class and Control script.. Database MySQLDump is a script written in PHP for dumping entire database's into a MySQL import friendly format. This script is based ... [More] off my own ideas as well as looking at others scripts that do similar tasks. The generalized aim of this project is to create an all in one light-weight script that does all of the tasks other scripts do plus more. To read more about the aim, read below. Project Aim:This project is aimed at developing a simple, XHTML 1.0 Strict Markup valid PHP MySQLDump Class and control page. Eventual goals are to support dumping data into a .sql and .sql.gz file, having a control script that requires user input to select the Server, Database Name, User Name, Password, and if to include DROP statements in the drop. It's aimed that the script remains XHTML 1.0 Strict friendly according to W3C (World Wide Web Consortium) Markup standards. It's also aimed that the script itself remains completely light weight as to prevent problems with the dump itself, as many databases can be quite large. Other possible additions once time goes on is on server backups to .sql or .sql.gz files, as well as the addition to creating customized cronjob backup scripts for your website automatically (user would have to direct their web server to the cronjob script). Additional goal is to maintain a relatively easy to use control file that anyone can edit. Keeping the inner workings of the script stored in the class file is the main method of ensuring this. Anyone can make their own control file, as long as they print the Copyright line for the Class Script (included in the sample Control file). [Less]
Created about 1 month ago.

0 Users

PHP Database Browser (PHPDBB) is a lightweight PHP class that takes a regular SELECT query and outputs results in an HTML table with pagination, sorting, and filtering. Other features include column ... [More] mappings and callbacks to manipulate the output data. Screenshots http://sourceforge.net/dbimage.php?id=160558 http://sourceforge.net/dbimage.php?id=160560 [Less]
Created 11 months ago.

0 Users

Easily create PDF reports using PHP. FPDF Reports allows you to easily create reports, graphs and tables, using the open source FPDF library, for PHP.
Created 4 months ago.

0 Users

A PHP library by http://www.freelance-soft.com that allows you to create html tables from a mysql database ( DataGrid ). Supports sorting, paging, inner joins, left joins right joins, where ... [More] conditions, drop down lists in cells, customization by css, etc. [Less]
Created 11 months ago.

0 Users

PHP table and various handler scripts, including dynamic cascades, pagination, filtering, and crud operations.
Created 29 days ago.

0 Users

it's a PHP project that allow user to modify easily data from mysql tables. it works such as phpmyadmin but the it's implemented with ajax so can edit quickly. will be a powerfull editor for mysql ... [More] clients with many features for searching, filtering and powerfull tools for managind a lot of data in mass. includes also backup features and history system [Less]
Created 12 months ago.