If you’re one of those
But using file_get_contents gives me this text:
If you’re one of those
The documentation says: As of PHP 6, the default encoding of the read data is UTF-8. You can specify a different encoding by creating a custom context or by changing the default using stream_default_encoding(). This flag cannot be used with FILE_BINARY.
Im thinking the problem lies in php trying to get this as latin1 instead of utf8, or something in that direction. The suggested function stream_default_encoding() doesnt even exist! Very strange.
So anyone have a clue?
thanks