Hi all,
I have a big problem that I thinked was a very simple issue to fix.
In other words I have to trim the comma character "," from a string, so I use the function:
$str = "1,000";
trim($str,",")
but it doesn't work. The output it's always the string "1,000";
Is someone able to help me, please?
Listen you soon.