Re: file which tries to find itself and can't...
- From: "julian_m" <julianmaisano@xxxxxxxxx>
- Date: 28 Feb 2006 14:11:41 -0800
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
.
- References:
- file which tries to find itself and can't...
- From: julian_m
- Re: file which tries to find itself and can't...
- From: Csaba Gabor
- Re: file which tries to find itself and can't...
- From: julian_m
- Re: file which tries to find itself and can't...
- From: kay
- file which tries to find itself and can't...
- Prev by Date: Re: Cannot instantiate non-existent class
- Next by Date: Re: empty variable if/then
- Previous by thread: Re: file which tries to find itself and can't...
- Next by thread: Glue together variable and string
- Index(es):
Relevant Pages
|