Posted by julian_m on 03/01/06 00:11
kay wrote:
> if the file is in the same directory as script.... then..
>
> <?php
> if(file_exists("test.php"))print("file is here!");
> ?>
>
> MUST work :-)
Well, I think my ISP has any kind of weird php.ini file which prevents
even the basic things like file_exists
http://200.58.112.233/~ke000067/myself.php
<?PHP
if(file_exists("myself.php")){
print("file is here!");
}else{
print ("Incredible :(");
}
?>
I cant believe ;(
regards - jm
Navigation:
[Reply to this message]
|