View Single Post
Old 09-08-2009, 02:15 PM  
Killswitch - BANNED FOR LIFE
Guest
 
Posts: n/a
Quote:
Originally Posted by MichaelP View Post
$yourfile = "full/path/to/your/file.php-jpg-gif-whatever" ;
IF (file_exists($yourfile)) {
print "Your File Does Existst" ; // TRUE
} ELSE {
print "Your file Doesn't exists" ; // FALSE
}
Not gonna work captain.
  Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote