Posted by r.knipscheer on 05/29/06 14:16
Hi,
i've written a function to check if an image on a server exists:
i send the url to check to the function and check it with:
$file = @file ($url);
if ($file) {
this works ok, as long as i use it on my computer. As soon as i upload
it to my webserver this function won't work. Is this a known security
issue?
Thank you.
Rotsj
[Back to original message]
|