Re: [PHP] file checking

2001-01-14 Thread Philip M. Gollucci
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

[PHP] file checking

2001-01-13 Thread Huseyin
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 tho