hi,
I have a script in a folder which simply creates a file in another dump
folder
/myscript/script.php
/myscript/dumpfolder/
but then i call this script from my index
page which is in the root folder
/index.php
and it doesnt go to /myscript/dumpfolder/
but it looks for the /dumpfolder/
how can I always have the rigth path if
I call this script from anywhere on my
site ?
Thank you very much !
Yang
--
I have a script in a folder which simply creates a file in another dump
folder
/myscript/script.php
/myscript/dumpfolder/
but then i call this script from my index
page which is in the root folder
/index.php
and it doesnt go to /myscript/dumpfolder/
but it looks for the /dumpfolder/
how can I always have the rigth path if
I call this script from anywhere on my
site ?
Thank you very much !
Yang
--
Comment