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
how can I fetch data from the database and display it in form of a editable html form
Collapse
X
-
Originally posted by anuragpjI 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 updatedComment
Comment