OK, I understand. I'll start by the MySQL DB Layout.
TABLE:
users
FIELDS:
uid, int(4), not null, auto_increment, primary // max user limit: 9999 users
username, varchar(255), not null
password, varchar(40), not null
email, varchar(255), null // allow there to be no email attached w/...