Results 1 to 3 of 3

Thread: open source templates for PHP/SQL add/update/delete/query

  1. #1
    Join Date
    Apr 2006
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default open source templates for PHP/SQL add/update/delete/query

    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.

  2. #2
    Join Date
    Jun 2007
    Posts
    13
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    If I understand your query, phpMyAdmin does what you want - but then I may be missing a trick, as your web host probably provides that for you already.

  3. #3
    Join Date
    Apr 2006
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •