i would like to know if i can check spaces between symbols in PHP.
because i want the username for a member in my site not to contain space.
for example:(joshua mwatu),this name contains space.
i would like the script to check if the username contains space and display error!
echo"The username shouldnot contain space";
I real dont know if i can do this .
Help please.