PHPMyEdit
How many times have you hand coded a simple editor for a MySQL table in php? PHPMyEdit is a code generator to write this sort of editor for you automatically. You may never need to hand code a table editor again. PHPMyEdit can be used for anything that fits in a single MySQL table. Some of its examples include a visitors' book; an estate agent's database; and a company phone book.
Visit publisher site: PHPMyEditListing Details
- Version:
- 1.1
- Filed in:
-
Scripts / PHP / Scripts & Programs / Database Tools
- Submitted on:
- Last Updated:
- Feb 11, 2009
- Publisher:
- Other listings by this publisher
License & Pricing Information
User Reviews
Add/Edit Your ReviewDisplaying 1-2 out of 2 reviews
-
I was looking for scripts capable of display/change/addition/r emoval of items stored in mysql. I didn't want to be inventing the wheel for the n-th time. At first I tried to extract corresponding parts of phpMyAdmin but that proved not to be very easy. Then I came accross phpMyEdit which, to my very pleasant surprise, does exactly what I want. For a chosen database and table, it creates a script that nicely displays the table, lets you sort its records in any of its columns, and provides facilities to add/remove/modify its records. Extremely useful tool. Congratulations and thanks to the authors.
-
This is a great script to get started in php to mysql. First you go through the setup process, then paste code into a new php file - and you are away. Great!!!