mysql tables
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2083
MySQL tables description generator
MySQL tables description generator is created to be an intelligent and great PHP class that can be used to generate PHP classes that describe MySQL database tables. more>>
MySQL tables description generator is created to be an intelligent and great PHP class that can be used to generate PHP classes that describe MySQL database tables.
Added: 2009-07-24 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
1 downloads
MySQL Table Editor 1.0.7
This PHP library allows you to easily setup administration pages for your MySQL databases tables. It features add/edit/copy/delete/view of rows, simple search, advanced search, CSV download of certain rows, current page or entire table. The library is a more>> This PHP library allows you to easily setup administration pages for your MySQL databases tables. It features add/edit/copy/delete/view of rows, simple search, advanced search, CSV download of certain rows, current page or entire table. The library is a tool and as such requires some coding to be functional, though a full API reference is available, and its very simple to use, and still extremely configurable.<<less
Added: 2006-03-14 License: GPL Price: $0.00USD
16 downloads
Other version of MySQL Table Editor
License:GPL
mysql_html_table 1
This very simple script will display your mysql table in an html table with an option to do simple pagination like next and previous. more>> This very simple script will display your mysql table in an html table with an option to do simple pagination like next and previous.<<less
Added: 2002-11-21 License: Freeware Price: 0.00
13 downloads
Other version of mysql_html_table
License:Freeware
Bumpy Tables 1.0
Bumpy Tables is a simple PHP based table generator. Made for beginners. Creates XHTML tables in an instant. Very easy to install and use! more>> Bumpy Tables is a simple PHP based table generator. Made for beginners. Creates XHTML tables in an instant. Very easy to install and use!<<less
Added: 2004-07-31 License: GPL Price: 0.00
11 downloads
PHP MySQL Table Manager
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 an more>> 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.<<less
Added: 2002-01-01 License: GPL Price: Free
2873 downloads
MySQL Commander 2.63
A small tool to backup and restore MySQL Tables. Features: backup/restore of binaries; parametric backup; multiserver; Gzipping; killing of backup files; german/english; Online help in popup. more>> A small tool to backup and restore MySQL Tables. Features: backup/restore of binaries; parametric backup; multiserver; Gzipping; killing of backup files; german/english; Online help in popup.<<less
Added: 2003-01-28 License: GPL Price: 0.00
11 downloads
Other version of MySQL Commander
MySQL Table Fields Data Typs
Learn the three main basic data types used in MySQL and how to utilize them to build a more effective dynamic web site. Lots of web developers use MySQL but not all of them harness the power of these more>> Learn the three main basic data types used in MySQL and how to utilize them to build a more effective dynamic web site. Lots of web developers use MySQL but not all of them harness the power of these features.<<less
Added: 2006-12-03 License: Freeware Price: Free
1059 downloads
MySQpolL 0.0.3
A simple poll like you see it on most of the sites. This polls layout is completly dynamic trough a CSS stylesheet. Ive also scripted a little admin tool for it. The poll is easely implemented in your page or site. Just use the demo index.php and copy more>> A simple poll like you see it on most of the sites. This polls layout is completly dynamic trough a CSS stylesheet. Ive also scripted a little admin tool for it. The poll is easely implemented in your page or site. Just use the demo index.php and copy paste some code into it, or the othe way around... I still havnt the time to make a MySQL table installer. So youll have to know how to add the MySQL tables to your database, before you can use my code. (It should be easy for you when you use phpMyAdmin for adding and editing MySQL databases and tables)<<less
Added: 2005-02-18 License: GPL Price: $0.00USD
10 downloads
Other version of MySQpolL
mysqlwdb 1.5.3
mysqlwdb is a free (GPL) cgi script written in Perl5. Easy to configure and install, it is intended to manage MySQL database tables through a web interface. Just edit and configure one file. more>> mysqlwdb is a free (GPL) cgi script written in Perl5. Easy to configure and install, it is intended to manage MySQL database tables through a web interface. Just edit and configure one file.<<less
Added: 2000-11-04 License: GPL Price: $0.00USD
11 downloads
Other version of mysqlwdb
MySQL fields RB2 1.6
isplay a complete list of MySQL table fields in database. Must have script for developers. Easy and quick! more>> isplay a complete list of MySQL table fields in database. Must have script for developers. Easy and quick!<<less
Added: 2006-12-20 License: Freeware Price: $0.00USD
12 downloads
Other version of MySQL fields RB2
License:Freeware
mysql2xml 1.2
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 and the PEAR DB Class. more>> 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 and the PEAR DB Class.<<less
Added: 2002-04-26 License: Price: 0.00 Price: 0.00
11 downloads
Other version of mysql2xml
SamMySql Database Class 1.02
This class wraps common MySQL database table SQL queries. It can: - Perform SELECT queries and retrieve a single value, a single row into an array and all rows into a multidimensional array. - Insert or update rows from a list of fields and more>> This class wraps common MySQL database table SQL queries. It can: - Perform SELECT queries and retrieve a single value, a single row into an array and all rows into a multidimensional array. - Insert or update rows from a list of fields and values - Delete table rows that satisfy a condition - Count records in a given table - Check if a table record exists with a given field value<<less
Added: 2006-08-14 License: Other Price: $0.00USD
12 downloads
Other version of SamMySql Database Class
Price: FreeAdditionalInfoFreelyDistributable
License:Other Free / Open Source License
License:Other Free / Open Source License
mysqlix 1.0
mysqlix 1.0 is considered as an effective and smart PHP class that can be used to manage MySQL database tables. more>>
mysqlix 1.0 is considered as an effective and smart PHP class that can be used to manage MySQL database tables. The MySQLi base class is extended in order to add new functionality.
<<less Added: 2009-07-22 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
1 downloads
mysqlForm 1
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 form that includes inputs to enter values for the more>> 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 form that includes inputs to enter values for the fields of a new record of that table. The class generates text or textarea inputs depending on whether a text field has more than 50 characters limit length. It also generates password inputs for MySQL password table fields, and select inputs for enum table fields. The class also can display the results of a query that retrieves the records of a given table.<<less
Added: 2007-02-08 License: GPL Price: $0.00USD
13 downloads
Other version of mysqlForm
Price: FreeAdditionalInfoCanuseanywhereforanyperpose
License:GPL
License:GPL
MySQL-Dumper 2.6
MySQL-Dumper is a script for automatically backuping your tables in a MySQL-database. The two basic pages are a page for frequently use and an administrator-page. The page for frequently use checks if there are tables in the database that have been more>> MySQL-Dumper is a script for automatically backuping your tables in a MySQL-database. The two basic pages are a page for frequently use and an administrator-page. The page for frequently use checks if there are tables in the database that have been changed after the last back-up. If they are, there will be made a back-up of these tables, which saves time and space.<<less
Added: 2003-02-24 License: Free Non-Commercial Price: $0.00USD
12 downloads
Other version of MySQL-Dumper
License:Free for non-commercial use
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above mysql tables search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed