SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to remove all whitespaces everywhere from $tags why not just:
str_replace(' ', '', $tags);
If you want to remove new lines and such that would require a bit more...