Hi,
I was wondering whether someone could drop some comments on this problem I am having with the file_get_contents() function.
A few months ago I coded some php script that read an HTML file into a variable for further use by some WYSIWYG editor. The statement I sued was in the form:
$var = file_get_contents(<URL>); // Parameter is an absolute URL enclosed in single quotes
This worked fine until a few days ago, now the function statement returns no string at all.
Here's a checklist of points and alternatives I went through before coming to this forum:
I have checked the php documentation for this function (http://nl2.php.net/manual/en/function.file-get-contents.php) but haven't found anything that might do the trick.
Some extra info about the configuration of the Web hosting plan:
php version: 4.4.2
Web server: IIS 5.0
OS: Windows 2000
Any suggestions very much appreciated
Regards,
A.Fraile