hello there i dont know if this is correct
been trying this i know it is correct but i dont know why it dont replace the value
$value = str_replace("\n", " ", $msg);
or
$value = str_replace("\n", " ", $msg);
what i want to do is to replace the enter value at the end of the record so that it will just continue put the next value added from the beginning.
why i want to do this coz i am going to right the $value content to DB and parse it again to pass to SMS
thank you