ID: 8639
Updated by: venaas
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Assigned
Bug Type: Unknown/Other Function
Assigned To: venaas
Comments:

The problem could be that fopen() currently doesn't support HTTP
redirects. Could you try to do

var_dump($http_response_header);

right after the fopen() call? If the header is a redirect, try to do
fopen() with the new location. If not we'll have to investigate further.
It would be useful to know what $http_response_header contains
anyway.

Stig


Previous Comments:
---------------------------------------------------------------------------

[2001-01-10 10:49:00] [EMAIL PROTECTED]
It seems that :
$test=@fopen("http://$url/$urlphotos/".$reference."-1.jpg","r");
# (with all vars correct)
always return true (at least with 4.0.4) ?!
Is it because it's a picture ?
Didn't test it with an html file though ...


---------------------------------------------------------------------------


Full Bug description available at: http://bugs.php.net/?id=8639


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to