Hello all,
I'm making a script in php and I need to delete all spaces between a text. for example:
I have this: Hello world my name is...
and I need this: Helloworldmynameis...
this text is random, It could happens that some times I have this text and sometimes I have another... and I need to delete all spaces between all texts I receive.
Thanks you.
I'm making a script in php and I need to delete all spaces between a text. for example:
I have this: Hello world my name is...
and I need this: Helloworldmynameis...
this text is random, It could happens that some times I have this text and sometimes I have another... and I need to delete all spaces between all texts I receive.
Thanks you.