|
This problem is fairly specific but I wish to create a system where user can create their own user accounts to access restricted areas of the site such as pictures of the sports day from my school. But I want to have on the user account creation form a question that only people from my school would know and there is only one correct answer. I use Cpanel to host my website with mysql and PHP enabled. If anyone has any ideas/files it would be greatly aprecciated
Website user account system?
May be you can contact a web designer.
You can find many web designers at websites like http://getafreelnacer.com/ , you can just post your project at the website and let many web designers bid for your project.
You can hire whoever you like.
Do not pay any money afront however.
Website user account system?
Creating a Secure PHP Login Page
If you run a popular graphics site or have content that you only want exclusive visitors to see, it is often quite popular to set silly rules with hidden links that visitors have to find before they can find the downloadables. Why bother, when you could simply put your goodies on a password protected page and then give the password out to anyone you want? This tutorial will show you how.
First, we need to create our file. It really doesn't matter what you call it 鈥?login.php, mygoodies.php, ieatchocolatebiscuits.php 鈥?as long as it has the .php extension. Create your page, call it what you like, open it up and insert the follow:
|