|
Posted by William Stokes on 06/12/40 11:11
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
Navigation:
[Reply to this message]
|