how can I fetch data from the database and display it in form of a editable html form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anuragpj
    New Member
    • Jan 2007
    • 32

    how can I fetch data from the database and display it in form of a editable html form

    I had made a database table of a persons profile. now I want to show the data to the user in form of a editable html form so that the user can update his profile and database table should also be updated and the html page related to the html form should also be updated
  • michaelb
    Recognized Expert Contributor
    • Nov 2006
    • 534

    #2
    You did not give enough information to answer your question.
    You need to describe your environment: operating system, interface you use to access database, web-server and programming language, etc.

    Comment

    • ahammond
      New Member
      • Jan 2007
      • 7

      #3
      Originally posted by anuragpj
      I had made a database table of a persons profile. now I want to show the data to the user in form of a editable html form so that the user can update his profile and database table should also be updated and the html page related to the html form should also be updated
      What a vague question. You might want to look at Ruby on Rails to build a web front-end for your table. I hear it's quite easy to develop with.

      Comment

      Working...