Hello,

How can I remove a space character from variable value.

for example:
change
$name = "John Doe";
to
$name = "JohnDoe";

The blank space needs to be removed from the string.  How?

Thanks a lot!
_will 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to