Connect database and Html website

Status
Not open for further replies.

ShArPsUtEr

Active Member
28
2011
0
0
i'm making a website in which i have to use contact form and login/register form so i have to make a database which should work offline . anybody please tell me how to create a database which software should i use and what steps are used in connecting database with html website.

thanks & Regards
 
5 comments
you get ready mate Contact us custom forms for free
and i did not get your db point.

idk, if you asking which DB u want to use at back end then answer would be MySQL.
if your asking if whole site is down still you want to have this DB online host it on other server with custom URL
(not sure, but thr should be a method to redirect custom URL to different DB)
 
HTML can not connect with database, you should look at PHP, ASP.Net or Ruby On Rails, I recommend PHP.

And you are going to implement member registration system etc which I dont think you will be able to without basic knowledge of those languages. You can find various online tutorials to learn but it will take some time and your interest i.e w3schools.com
 
HTML is an presentation layer or GUI layer
for any project you will have an GUI layer and DB.
through front end you insert/update/delete records in DB.

Registration page is easy, as your saying its college project you can prefer ADO DotNet its simple
 
Status
Not open for further replies.
Back
Top