Admin wrote:
Here is the code I am using:
$fileHandle = fopen($fileUpload, "r");
$fileContent = fread($fileHandle, $fileUpload_size);
$fileContent = addslashes($fileContent);
Warning: fopen("C:\\0-temp\\100_0078.jpg", "r") -No such file or
directory in /var/www/testbed/httpdocs/blob/grabfile.p
>I am trying to do a simple fopen("http://www.weather.com/index.html";, "r");
>For some reason I cannot Open any URL's after trying several.
>
>I get the following error
>
>Warning: stat failed for Resource id #1 (errno=2 - No such file or
>directory)
It's possible that weather.com is sending c
2 matches
Mail list logo