How do I remove space characters from a string using PHP?
For example, the following string...
' hi there, my name is burnsy '
....has spaces, at the edges and inbetween the other characters. I know
I can use trim() to remove the outside ones but how do i remove the
inbetween ones so it will read: