I have a strange problem at least, at least for me.
I have a string in php:
$str='10,20,30,40';
explode(',',$str);
When I make the string explode and pass the result to a view via $ ajax I get the following result:
"\ n \ n1020304...
asked by
31.03.2017 / 16:59