+ 1

How to add a database in html and css document and which type of backend are work

26th Feb 2018, 8:47 PM
Nayan Chouhan
Nayan Chouhan - avatar
2 Respuestas
+ 1
You can’t connect to a database directly from HTML. You will need something extra like PHP for that.
26th Feb 2018, 10:38 PM
Sergiu Panaite
Sergiu Panaite - avatar
0
It is impossible to connect to database from HTML. A connection to the database must be establish without which data cannot be retrieved from the database
26th Feb 2018, 11:44 PM
Core i9
Core i9 - avatar