taekwondokid42
New Member
- Messages
- 268
- Reaction score
- 0
- Points
- 0
I have created a login script, but I am having problems with the spaces. Is there any way that I can disallow the space character in my signup forms?
something like
if (username has a space in it){
echo "You cannot have spaces in your username";
}else{
...
something like
if (username has a space in it){
echo "You cannot have spaces in your username";
}else{
...