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{
...


LinkBack URL
About LinkBacks
Reply With Quote


