I am new into programming. I have written a good HTML page,login page and register page,but how can it start working? That is to connect to a database(I don't have a data base) might want to use Google drive. Thanks
You need to use a server side technology for connecting to database. There are many server side languages like php/java/asp/python etc. For database you can use mysql/oracle/mysqlserver. You can go for php with mysql. Links that might be useful to you.