Re: file which tries to find itself and can't...



if the file is in the same directory as script.... then..

<?php
if(file_exists("test.php"))print("file is here!");
?>

MUST work :-)

.