Sponsored Links |
PHP MySQL Table Manager description
The PHP MySQL Table Manager is designed to simplify administration of a MySql web database. It allows you to easily create, drop or rename tables. Alter tables structures by adding or dropping keys and indexes. Adding, removing or changing the properties of columns. Edit, add, search or delete table records.
| Download PHP MySQL Table Manager |
PHP MySQL Table Manager Free Download Copyright
Related Software to PHP MySQL Table Manager
Mysql Data Manager (current version 1.73) is an award-winning web-based Mysql interface and administration tool. This is a multifunctional and platform independent program written in Perl that can be
License: Free for non-commercial use
Filesize:
Date added: 2001-04-24
This simple PHP/MYSQL shoutbox uses only one table. The table only uses 5 rows. This program is commented fully, giving you a chance to learn more about php and mysql.
This class can be used to create HTML forms for entering values to create new records of a MySQL database table. It identifies the list of fields of a given mysql table. Then it generates HTML for a f
License: GPL
Filesize:
Date added: 2007-02-08
A simple script which creates a sortable form based on a MySQL table. User can update or delete multiple records or add a new row.
Create a powerfull MySQL table viewer with a few lines. You can customize the look, define sorting and paging.
mySQL database table of all the U.S. ZIP Codes (over 44,000) with latitude and longitude coordinates. With this ZIP Code table and PHP script, you can allow your users search for table entries or othe
Class to generate an XML document from a mysql table. You define the database and table names and the xml tag names to be used for each table field. Where clauses are also supported. Updated to PHP4 a
This example use MySQL functions from PHP to display full MySQL table(every column and every row) as HTML.
topics covered, - mysql connections - error handling - listing databases on a server - listing tables in a database - printing mysql table fields into table header - printing the data into the table a
Aim of this article is to sho you the simples way to uplaod images to mySQL database. First you need to create a custom database table. The name of this table can be named as "images_table". Now here