We now have an optional style sheet (so the db editor page does not need to be quite so ugly). This of course allows for "skins" if you want to make your own styles to match a corporate look.
We added a couple "happens a lot" DB error checks (like ... the table name you're trying to edit does not exist ...?).
Also added some clarification for instructions and improved installation "step-by-step" for those who have never done this before.
We are now maintaining the code via SVN. Easily grabbed via SVN Browser or the standard SVN download code (there are only three files, so copy/paste is quite possible).
The release seems to be stable. We have included a new sample (six lines!) instruction set for installation using SVN.
phpMySQLezEdit is a single page that can be added to any web server to allow novice users to modify table data without giving that user any other access to the system. Tired of create a new interface for every table? Here's the solution. We have most of the pieces of the puzzle in place, the system functions quite nicely. We will be adding a few more features before the first official Beta (such as sorting by columns and paging through data). We have also added the code to SVN as the system (as it stands) works well and we plan to keep it "upgrade-safe" in the future so that "svn up" does not Break it, but does give access to new features. Of course, this means that you must put your preferences in a sep file but that has been taken into account as a helpful security option already.... read more