Lucas Kavakopoulos
Lucas Kavakopoulos
I tried it: 1) on my server (ubuntu - nginx - php 7.1 fpm - mysql - 16gb - i7 3440) 2) on my local windows server on my pc,...
It is ``` :~$ php myfile.php | file - /dev/stdin: ASCII text ``` also ``` :~$ printf "\ufeff...\n" | file - /dev/stdin: UTF-8 Unicode (with BOM) text ``` I have...
I don't know how to do this in windows. But I stripped down my script to the following (and scrape a random greek blog page): ``` ``` and still I...
Ok, but this doesn't change the problem. Here's the new code, present also in https://nett.gr ``` Hello ```
file_get_content($url) returns the webpage correctly, as you can see in https://nett.gr. The problem appears with file_get_html($url);
Hello, I can help in contributing and document the library.