View Single Post

  #1 (permalink)  
Old 05-10-2008
Ronald Raygun
 
Posts: n/a
Default Building Dynamic Pages For Editing Database Records

I need to dynamically create a page that allows me to edit records in a
a database table. Basically, something very similar to how PHP MyAdmin
works only slighly less complicated. There does not need to be the
ability to edit the structure of the database or tables or anything like
that, simply a listing of the records and the ability to either
edit/delete or create a new record in the table.

I have searched google for a long time but found nothing. Help will be
appreciated.
Reply With Quote