You are writing php code and find your self trying to access a file outside the directory your current file reside in. How do you access or check for the existance of include files or text files?
You can use a shortcut called loosely an “up level†!
Example: if you had a file called called top.php
in
http://www.intimatesdirect.com/includes directory
and there is a script you needed to access in
http://www.intimatesdirect.com/scripts
you could code





