Hi,
I have issue with this script :
chr(13) and chr(10).chr(9): there code ASCII for that CR LF ------->
it's not replace this by NULL
how can i do that please
Thanks in advance
I have issue with this script :
chr(13) and chr(10).chr(9): there code ASCII for that CR LF ------->
Code:
str_replace(chr(13).chr(10).chr(9),"",$object);
how can i do that please
Thanks in advance
Comment