i have thi path on a linux server :
site/web/inter
i am doing this :
opendir(getcwd()."../PDF/")
the thibs is that i want to access a folder that is under :
site/web/files2
and i tried to do the above code to point to another directory
like in wondows but it idnt work!
is there a way i can do it?
thnaks in advance
peleg