A
Anonymous
Guest
Hi guys...
is it possible to check if a specific file exists?
like this:
if(some_check_function("pictures/93827484.jpg"))
echo "<img src='".$thepicture."'>";
else
echo "<img src='pictures/nopic.jpg'>";
is it possible to check if a specific file exists?
like this:
if(some_check_function("pictures/93827484.jpg"))
echo "<img src='".$thepicture."'>";
else
echo "<img src='pictures/nopic.jpg'>";