1
Clara
(2012-07-26 9:10 AM)
0
You can add checks like this to ivropme security. you should also add this check in the registration page.// If the username does not contains letters or numbers, gives a error.if (!ctype_alnum($username){ die( Invalid username. ); }
|