I am a newbie on HTML5. I know this is a silly question but I heard about the connectivity between mysql and html5 using php. but can we do direct connectivity between both without php? If yes, please guide me with your suggestions and the tutorials.
Share
Alone HTML wont let you connect to mysql DB. But yes, the server side javascript can help you to achieve what you are trying to do. There are node.js modules available to connect and query mysql DB. You have to install node.js and then you can write the backend in Javascript.
https://github.com/joyent/node/wiki/modules#wiki-db-mysql