How can i determine whether a string contains a certain letter or character? for exampe a space?
this could be of help
strpos -- Find position of first occurrence of a string strstr -- Find first occurrence of a string
here's a list of string functions that could also help you. http://us3.php.net/manual/en/ref.strings.php