I´m using getcwd() to get the directory of my current PHP file.
I know that if i want to move up to another directory (images for example) i can code :
- Code: Select all
$path=getcwd().DIRECTORY_SEPARATOR.'images';
But what should i write if i want to go down one directory?
Hope you can help me.
Thanks in advance,



