Need Member-script
This might look like a huge project, but it isn’t. I just like to explain exactly what I need.
I need a simple member-script written. The script should only be written in PHP5 and HTML. No javascripts, CSS or anything else.
I’m going to finish the PHP-script myself but I need some of the script and the functions written.
The PHP-script must be well written and protected against SQL-injections and other kind of hacking.
All functions should be in a separate file and should be included in other PHP-files.
Features needed:
* Visitors can register a new member-account (with username, password and email). Passwords should be encoded with MD5.
Only A-Z and 0-9 should be valid in the Username and Password, no special letters like !



