mysql table name
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2624
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 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
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
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
Display MySQL table as HTML example
This example use MySQL functions from PHP to display full MySQL table(every column and every row) as HTML. more>> This example use MySQL functions from PHP to display full MySQL table(every column and every row) as HTML.<<less
Added: 2006-10-25 License: Other Free / Open Source License Price: Free
1194 downloads
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 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
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
License:GPL
Php MySql Primer 1
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 automatically why should you look at more>> 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 automatically why should you look at it? - no specific fields mentioned, just point the script at a server, db and table and watch it do its thing! - you get to reuse the code easily - no functions, includes, apis or anything - all 100% php + mysql code for beginners - runs on php4 or php5, with any mysql version by tss503<<less
Added: 2005-05-03 License: GPL Price: $0.00USD
14 downloads
Other version of Php MySql Primer
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
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
MySQpolL
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 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: Free
1709 downloads
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
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
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 table name 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