What's the best way to make a member Login page?
What we're trying to do:
Viewer will make payment through our Paypal. Then they can create a username and password so they can become a one year member and login anytime to download stuff from our website.
Our hosting is with Godaddy using their Grid Hosting - Linux.
We don't know where to find a format / template, or whatever, that will help us make a secure login page so the customers can login anytime after they make a payment, and become a one year member, and be notified when the one year gets close so they can register again.
Any advice or help is greatly appreciated.
Thanks,
Bill
Re: What's the best way to make a member Login page?
You can use php to save the information to a database then when a user enters the username and password check it against that they registered with.
Re: What's the best way to make a member Login page?
You won't find a template for this, it's too specific to your site/requirements to be available in general. You'll need to get a developer to do this, unless you're a developer, in which case you'll need to do it yourself.