viewtopic.php?t=1375
My website http://www.vliegennaar.eu has it working already

Cheers,
Code: Select all
$html = file_get_contents('http://www.google.com');
I've sent a request regarding this error and awaiting a reply, I will keep you informed of my results.Klemen wrote:I was able to add punkisem.com to your exchange, but no external URLs. Although allow_url_fopen is On seems like your host is blocking PHP from opening remote URLs (maybe with a firewall?). Try asking your host why allow_url_fopen is enabled but you still can't open even simple requests lilewith PHP.Code: Select all
$html = file_get_contents('http://www.google.com');