Ok, so i created a db, with the help of the MYSQL manual ;) and think i'm on the right track (well, i'm on a track at least).
this db is for our members area (car club web site).
I put 3 tables in there
users
auto_info
auto_mods
all 3 have a row named ID that is auto-incrementing and primary.
I would like to be able to add a member via an 'admin' webpage, that will store basic info into each table, and create a pw for the user (would like to use user_lastname, ID, and pw as login info) to initally log in, and change their stuff, and pw.
does anyone have somethign similar they could share w/ a noob like me?
Thanks,
Jason