Basically I've been coding and creating a membership script and was wondering what people would like to see in one, therefore if I haven't already included it, I could add it to my development list. Thanks in advance.
Membership script... I'm assuming its just a script that allows people to register on a website? If so, some features... - Good security. At least encrypt the user's password etc. - Easy to register. Not an extremely long process. - Once registered, ability to change details such as password etc. I don't know what else to say...
ok, email verfication would be a good idea to add.... though its a paid registration system to access content of some form, like which.. any other ideas..
Maybe this is what you need: http://www.mtdev.com/2002/07/creating-a-secure-php-login-script/ You just need to add email verification. I never test this script. I just keep this in my bookmark.
I have created a registration scrript for my own site, it asks for: First Name, Last Name, Email, Password, which they also verify and Date of Birth. Once this is completed and submitted it sends an activation script to the email address they submitted. The only item it doesn't have that you require is a fee. Is this the kind of thing you are looking for?
Its more, looking for what people want, basic details of the users, such as those you gave, are already included, whilst many other bits are being developed.