I echo "OK" from php file, and when I call url from Linux console gets it like this:
<U+FEFF> OK
PHP server is also on Linux.
How to get just OK?
Thanks.
You will have to tell your editor not to use BOM. As described in this stackoverflow question.