I am a beginner regarding this. i want to know that how to connect database to my website. Actually i have login pages and a registration from . One need to fill it to become a member .After that he can login into that. What i wan tot know is is the data dase is provided by the hosting or what i need to do for that. Please be serious in replying.
Load Drivers according to database like Oracle, Access, MySQL, DB Create ADODB and Connection Object Create Connection with table fetch record of your login table Take input from User ID and Password Field match user Id and Password with all record in login table if match found give welcome message or whats ever you like or navigate him to particular page