Click here to Skip to main content
16,016,164 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing a website and i want to access to a database for creating user authentication system from database for that what i should use now i am developing only with html and css
Posted
Comments
John C Rayan 19-Feb-15 6:49am    
I am not quite sure what you are trying to do because not many databases directly support HTTP. What database are you going to use? When you say from HTML, you are not going to use any server side at all. Can you please explain your requirement a bit more.
John C Rayan 19-Feb-15 6:53am    
You could use XML if it is going to be a very small data that you need to save.
Member 11387088 19-Feb-15 6:54am    
I've created a login form using html and css and now i want to access username and password from database and how to do it

You don't connect to the database using HTML. You need some programming language capable of communicating with the database, for example C#.

For example have a look at this tutorial Connecting to Databases in ASP.NET[^] or How to connect SQL Database to your C# program, beginner's tutorial[^]
 
Share this answer
 
Comments
Member 11387088 19-Feb-15 6:54am    
Is it possible with php
Wendelius 19-Feb-15 7:20am    
Yes, for example have a look at PHP Connect to MySQL[^]
 
Share this answer
 
v2
you cannot directly connect to database .. you need to have Jquery call to Service.. Service will do the database authentication and return the result to html..
 
Share this answer
 
Comments
Member 11387088 19-Feb-15 7:10am    
can we use php and mysql to connect to a database if so means what software i should install
manak chand 19-Feb-15 7:51am    
For MySQL you need to install MySQL database... for php I don't have much idea.. I am Microsoft developer...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900