How to add database in my html? Im curious newbie here | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to add database in my html? Im curious newbie here

Database

27th Aug 2017, 11:58 AM
Jewel June Villanueva
Jewel June Villanueva - avatar
2 Answers
+ 2
Well you can't add database directly in to the html. There is front-end (i.e. where you see your content) and there is a back-end(i.e. from where your content comes from) to every web app. You would need to script the back-end with any available scripting languages like javaScript, perl, PHP etc. You would also need a database program like Mongodb, SQL etc to deal with the database. The popular combination of technologies for client-server-database are: 1. html/css/js - nodejs - Mongodb 2. html/css/js- php- SQL and others.
27th Aug 2017, 3:07 PM
Vivek Singh
Vivek Singh - avatar
0
Thanks for the information 😊
28th Aug 2017, 8:40 AM
Jewel June Villanueva
Jewel June Villanueva - avatar