connect html form to database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kundan karan
    New Member
    • Sep 2007
    • 1

    connect html form to database

    how can I connect simple feedbeck form developed in HTML to access database.so when i click on send information of form should be store in database..Is It possible?if not then why?
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    Originally posted by kundan karan
    how can I connect simple feedbeck form developed in HTML to access database.so when i click on send information of form should be store in database..Is It possible?if not then why?
    No, it is not possible with HTML only! HTML cannot access files or databases.
    Yes, it is possible with the use of a server-side language, such as PHP.

    Ronald

    Comment

    Working...