.main .about .download .contact |
phpMaint is a PHP implementation of a set of MySQL non-relational database table maintenance scripts. It provides the ability to add, update, delete, and search entries in a database table. Basically, the user configures a very straight-forward configuration file and they have maintenance scripts! I used to spend hours coding maintenance scripts for databases because every table was different, now I spend less than a minute in the configuration file and I'm done. The scripts work with every MySQL data type, and the forms produced conform to those types. phpMaint forms are in tables so the forms look nice and maintain functionality at the same time. As of this moment the following configuration options exist: The ability to:
There are only two criteria for using the scripts: First, you must give field names the same name you want to use for the form label (using underscores in the field name where you want spaces in the form name), and second, the tables you use phpMaint with must have a primary key field. The code phpMaint produces is XHTML Transitional compliant, and it is very easy to modify the main php files to include your own header and/or footer code. phpMaint's output code is formatted so that it is very easy to read. |
Copyright ©2025 phpMaint, Inc. All rights reserved. Terms, Conditions and privacy information. Site Design by Steve McKinney