![]() |
|
|
+ Search |
![]()
|
Nov 9th, 2002 13:25
Ken Brill, Storm Warning, www.php.net
Use the file() command $myurl = "http://www.fuzzygroup.com/file.txt"; if (!file($myurl)) { echo "File does not exits"; } else { echo "File Exists"; }