lonebyrd 0 Report post Posted March 21, 2009 I want to use a Database to keep track of members through a registration/login process. I also later down the road will need a larger database to hold information about actors. My question is, how do I go about making a database first for the registration/login page? I must let you know I don't know much about MySQL but am willing to learn. Any help will be greatly appreciated. Share this post Link to post Share on other sites
dolrich06 0 Report post Posted March 21, 2009 Give this a try. http://www.w3schools.com/php/php_mysql_intro.asp Share this post Link to post Share on other sites
acantocephala 0 Report post Posted March 22, 2009 I want to use a Database to keep track of members through a registration/login process. I also later down the road will need a larger database to hold information about actors. My question is, how do I go about making a database first for the registration/login page? I must let you know I don't know much about MySQL but am willing to learn. Any help will be greatly appreciated.Try to read a basic MySQL PHP website making related book, they used to cover this topic step by step; first of all, you have to know exactly what do you want, then you can start to work; how moch knowledge you'll need? I you want to start your own site you'll have to learn several things. If you have no idea, you can always use a free CMS script and you just will be a site administrator and not a programmer.Gook Luck Share this post Link to post Share on other sites
kleong 0 Report post Posted April 1, 2009 Can I presume that you are not using any available application for the login/register function? If you ain't, I would suggest using phpMyAdmin to create the table and its columns. Share this post Link to post Share on other sites