How to save the webpage information? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to save the webpage information?

Guys could you give me the idea to save the data of a form into a new document file! I want to save the data like Name,Address,Email account which I ask in my html file to a new document. If you know, then please do help me.

24th Mar 2017, 11:23 AM
‎‏‪‏‪Tarami Nishan‬‏‬‏‎
‎‏‪‏‪Tarami Nishan‬‏‬‏‎ - avatar
2 Answers
+ 5
I would recommend you to check the SQL course which deals with database creation, interaction, and all that good stuff. You'll also have to check a backend language like PHP (which I prefer) or Ruby (with rubyonrails) to deal with form processing including checking and sending data to your database.
24th Mar 2017, 11:44 AM
CHMD
CHMD - avatar
+ 3
I believe you need to learn PHP, it's a server-side programming language where you can store information like that on your host domain.
24th Mar 2017, 11:43 AM
Ghauth Christians
Ghauth Christians - avatar