|
I'm currently writing a register script (where users register for an account on my site).
I want to check the username, password and email.
only letters [both upper and lower] and underscores (_) are allowed for the username no spaces are allowed
only letters [both upper and lower] and numbers allowed for the password and again no spaces are allowed.
and i want to check if the email is a proper email address, so the user cant submit something like aslfdjhgk for the email
Last edited by HitRaj47; 05-09-2005 at 02:07 PM..
|