log in problem
Posted: Sat Apr 21, 2007 1:48 pm
I make login system and I want to verifying that username can't use blank space or "/" and other symbol. how to solve this problem?? thanks very much
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$pattern = "/(\/|\s+)/";