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 \ n10203040"
Can someone explain to me why "\ n \ n" ?