HTML is a markup language and does not have the ability to connect to a database, directly. However, you can of course embed scripts in the html that can connect. Javascript is not going to be the best language to connect directly to a db.
I am web-developer and i know php,mysql,html,javascript. I can help you and explain you everything. If you want mail me at bhaskar.gangwani@gmail.com References :
April 28th, 2010 at 5:16 pm
HTML is a markup language and does not have the ability to connect to a database, directly. However, you can of course embed scripts in the html that can connect. Javascript is not going to be the best language to connect directly to a db.
Consider ASP or PHP, one will likely be better suited for the platform you are running on. Below are a few links to get you going with either. Beware that Access is only going to allow a certain amount of web based concurrent users.
References :
http://www.w3schools.com/asp/asp_ado.asp
http://www.w3schools.com/PHP/php_mysql_connect.asp
http://www.connectionstrings.com/
April 28th, 2010 at 5:28 pm
I am web-developer and i know php,mysql,html,javascript. I can help you and explain you everything. If you want mail me at bhaskar.gangwani@gmail.com
References :