Log in

View Full Version : open source templates for PHP/SQL add/update/delete/query



itp
06-13-2007, 12:28 PM
Does anyone know of a program that generates basic add/update/delete/query screens based on a specified sql (mySql or other)table.

Of specific use would be the query screen with appropriate pageup, pagedown, recordsPerPage type features.

Alternatively some "best practice" web screen template code that can be copied and modified to suit requirements

I am learning PHP and do not want to re-invent the wheel.

kiwibrit
06-13-2007, 12:37 PM
If I understand your query, phpMyAdmin (http://www.phpmyadmin.net/home_page/index.php) does what you want - but then I may be missing a trick, as your web host probably provides that for you already.

itp
06-13-2007, 04:35 PM
MyPHPAdmin is a great administrator tool, but I would like be able to
capture the generated PHP code (for example) which I would use incorporate MyPHPAdmin add/edit/delete screens into my application.

Actually the MyPHPAdmin generated code would probably not be too user-friendly to modify and likely requires a large task-specific MyPHPAdmin engine.