i encountered this problem:
"include('inc.p hp')" will work problely
but "include('./inc.php') doesn't work ..
both file_exists('in c.php') or file_exists('./inc.php') didn't return
the right value.this always show "file doesn't exists'
my environment is win2003+iis+php 5
how to fix it ?
sorry to my English
thanks to you.
:)
"include('inc.p hp')" will work problely
but "include('./inc.php') doesn't work ..
both file_exists('in c.php') or file_exists('./inc.php') didn't return
the right value.this always show "file doesn't exists'
my environment is win2003+iis+php 5
how to fix it ?
sorry to my English
thanks to you.
:)
Comment