View Single Post
Old 12-20-2007, 10:59 PM   #2 (permalink)
TlcAndres
The Addict
 
Join Date: Nov 2007
Posts: 264
Thanks: 2
TlcAndres is on a distinguished road
Default

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
TlcAndres is offline  
Reply With Quote
The Following User Says Thank You to TlcAndres For This Useful Post:
Aaron (12-20-2007)