i am trying to write a function that checks the file to see if it is still
availabla to download
if not it will return link is broken
this is what i have
if(!($connection = @fopen ($row[url], "r"))) {
$broken=1;}
else {
$broken=0;
}
but the problem is that it sometimes display broken link even thoug it is
not
if someone can help me thats wonderful
thanks in advance



-- 
PHP General 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