Add values to my database from a html form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Vikrant768
    New Member
    • Jun 2013
    • 1

    Add values to my database from a html form

    Hi,
    My question is, I have sucessfully created a html form & my sql database i just need to know how to submit the values from my form to my database.
    THANKS in advance
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    You need to use server-side code to access your database.
    So, you need to write some code in php, asp, asp.net, java, or any other web server technology that will handle your HTML form submit and do the appropriate logic to retrieve the information from the form and save it to the database.

    -Frinny

    Comment

    Working...