Hi there,
I am having issues with whitespaces, as I can't get rid of them for some reason. I tried the basics like ltrim or str_replace(" ",""); and so on, but somehow not all whitespaces are removed, no matter what I try. I know there are various things that can cause spacing, so I guess in my case it's not really spaces that are causing the issues, so maybe you have some snippet somewhere which deals with this issue. I'm basically trying to remove every possible whitespaces within a string that are more than one space - even spaces that are caused by something like TAB or similar things - I am sure I am not the first one who ran into this problem, so I am sure someone has a solution for this
Your help is greatly appreciated as usual.