i have a simple script that im using, but im just using an include tag like this....
<? include("/super/cool/stuff/".$t."_".$id."-".$n.".txt"); ?>
....i want to display an error if the txt file doesnt exist, could i do this with if/else, and if so how? also, if not is there another way i could do it?