All pastes #150349 Raw Edit

Stuff

public text v1 · immutable
#150349 ·published 2006-08-26 20:13 UTC
rendered paste body
$filename = '/images/'.$noticia['folder1'].'/'.$noticia['filename'];

if (!file_exists($filename)) 
{
echo "The file $filename DOES exist";

} 
else 
{
   echo "The file $filename does not exist";
}