PHP has a function called file_exits I belive... you can read about it on
the php manual at php.net under file functions.
*****************************************************************************
Philip M. Gollucci (p6m7g8)
Web-site : http://www.p6m7g8.com
E-mail : [EMAIL PROTECTED]
[EMAIL PROTECTED]
Phone : 301.249.6261 (Home)
301.314.3118 (College)
Major : Computer Science
Electrical Engineering
Minor : Classical & Jazz Performance
Current Job : Science, Discovery, & the Universe Webmaster
URL: http://www.sdu.umd.edu
Resume : http://www.wam.umd.edu/~gollucci/resume.html
*****************************************************************************
On Sun, 14 Jan 2001, Huseyin wrote:
> 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]
>
>
--
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]