Agyk - 2011-11-07 10:37:19
Hi, I'm a student and I need your experienced advices. Basically I want to learn and practice, I'm sure you have had similars problems when you began to programming.
My "general" problem: want to create a secure (or paranoic) user management classes.
1) I want users can register their data into a MySQL Database with a very strong validation. Ex. username, password, address, age, country, etc.
What's the securest validation you recommand me? I mean for to filter + insert all the data into the DB.
2) After registry, for the next visits I want to control access with sessions storing it into MySQL (here also I m totally lost and I'm sure your advices will be very very usefull).
I pretend also after authentication "see" whois is online -usernames- (I suppose I must to insert into MySQL "when" user enters into the application) and hen do a consult vs the data base for to check "whois on line" a this moment.
Sorry for the length of this message.
Thanks and regards from Spain!