As mention by @phil,
it seem that the reason i got unquote string is because i try to save into file using the execution operator+ using echo. I should used file_put_contents
to save the input receive, to preserve the format.
As mention by @phil,
it seem that the reason i got unquote string is because i try to save into file using the execution operator+ using echo. I should used file_put_contents
to save the input receive, to preserve the format.