+ 4
With which programming languages you can connect a web page to a database?
2 ответов
+ 13
Cecilio Aristigueta generally we using php to connect web page to database. We can also use node javascript for server side connectivity and implementation.
If Java is used then jsp is there which is used to connect the web page with database.
+ 5
GAWEN STEASY correct!