Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a html application form which will be filled by users & i need to store the data into any database. can anyone help me out from this problem?
Posted
Comments
[no name] 25-Feb-15 4:42am    
Html application form ? u mean the page contain without asp controls?
Richard MacCutchan 25-Feb-15 5:10am    
There are many samples and tutorials available that explain how to do this, and Google will help you to find them.
Sunasara Imdadhusen 25-Feb-15 5:12am    
Not clear at all!

1 solution

What you have done so far is only the client-side part, you will need server-side script to process the form data and connect to database to perform database operations. Take the example of PHP which is one of the server-side scriptings and MySQL the database:
1. PHP 5 Form[^]
2. PHP 5 MySQLi[^]
Read this full article: Beginner's Guide to HTML5 & CSS3 - Server Side Story[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900