+ 3
Can JavaScript be used for accessing mysql database ?
php, and mysql
3 Respuestas
+ 3
No, JavaScript can not directly connect to MySQL. But you can mix JS with PHP to do so.
JavaScript is a client-side language and your MySQL database is going to be running on a server
+ 3
Check AJAX (Asynchronous JavaScript And XML) on google.
0
you can also use node.js. a little more involved to get it installed but is very powerful.