12-20-2007, 10:59 PM
|
#2 (permalink)
|
|
The Addict
Join Date: Nov 2007
Posts: 264
Thanks: 2
|
A simple member management system would make you go through many a basic MySQL functions as well as sessions handling and if you decide to do CAPTCHA validation it'll introduce you to GD it'll teach you the basics of functions and data handling.
Somethings to consider for a member management system
- Username/Email Validation
- CAPTCHA validation
- Deleting Users
- Registering Users
- Updating user data
Some of the more basics things, but It'll introduce you to a nice load of functions
|
|
|
|