This is a discussion on Re: [PHP] Removing Spaces within the PHP General forums, part of the PHP Programming Forums category; Jason Williard wrote: > In parsing a file, I ended up with a number of variables that include > spaces. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Jason Williard wrote:
> In parsing a file, I ended up with a number of variables that include > spaces. Is there an easy way to remove a space from a variable? $new_string = str_replace(' ','',$old_string); ? -- ---John Holmes... Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/ PHP|Architect: A magazine for PHP Professionals – www.phparch.com |