Page 1 of 1

Connections to remote files not allowed, PHP-issue?

PostPosted: 18. March 2006 19:51
by diffux
What should I do to allow my PHP-script to fetch content from a remote server? I tried file_get_contents (for example), but it works only with local files. When trying to use it to files on remote server, I get only timeout errors.

allow_url_fopen in php.ini is set to "on"
firewall was disabled while testing (tested on Windows enviroment)