Getting the URL path to the directory of a file (PHP)

packrat_9

New Member
Hi
I have a php file at, say, localhost/foo/foo/bar.php
which includes a file at localhost/foo/included.php
I need to be able to get "localhost/foo/" as a string inside included.php
If, instead of localhost/foo/foo/bar.php, it's localhost/big/burpy/lolz/here.php (still including included.php) I still need to get "localhost/foo/"
So, I need the path of the included file and not the one that the client requested.I know when I see the solution I'm going to feel like a doofus, but it just escapes me at the moment. Help please? thanks :)
 
Back
Top