can I create a database with html, I say that the data that is entered will be redirected to some base? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

can I create a database with html, I say that the data that is entered will be redirected to some base?

7th Jan 2018, 3:28 PM
Luis Reta
Luis Reta - avatar
5 Antworten
+ 3
on a related note, if you're only looking to store data temporarily you could look at using cookies, session storage or local storage. You could also just use a text or csv file. It really just depends on what you're doing.
8th Jan 2018, 2:34 AM
Mike
Mike - avatar
+ 9
no. you want to learn SQL. You use SQL to access a database. A popular database for websites is mySQL https://www.mysql.com You will learn how to do this at a later date. HTML is a good first lesson if you want to learn how to make websites
7th Jan 2018, 3:34 PM
jay
jay - avatar
+ 9
yes, the page could send information to or receive information from a database, with the right tools. sql, javascript/php etc But the html page itself would never store information from a user. HTML by itself is static
7th Jan 2018, 3:41 PM
jay
jay - avatar
+ 1
ok.html could I create the page to store the data that is sent from the sql database or maybe it is something impossible? I would like to learn a lot and that is why I would like to carry out a project that I have in mind but not I do a lot of programming and I ask to have more information
7th Jan 2018, 3:39 PM
Luis Reta
Luis Reta - avatar
+ 1
ok.Many thanks for the information I will have to study more for my project
7th Jan 2018, 3:43 PM
Luis Reta
Luis Reta - avatar