0
can I create a database with html, I say that the data that is entered will be redirected to some base?
5 ответов
+ 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.
+ 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
+ 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
+ 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
+ 1
ok.Many thanks for the information I will have to study more for my project