TheMayhem Posted January 16, 2012 Share Posted January 16, 2012 I am trying to figure out the exact path to my file. Right now I've been using: $_SERVER['DOCUMENT_ROOT'] This works if my file is currently uploaded into the root directory. However document root doesn't take into account any extra folders my file location might be loaded. For example: /home/users/web/b888/nf.vbpointmarketcom/public_html/forum/admin Printing out the $_SERVER['DOCUMENT_ROOT'] would only show me: /home/users/web/b888/nf.vbpointmarketcom/public_html Is there any premade function or way that I can quickly figure out what the subdirectories are as well so I can output it or assign it to a variable? Link to comment https://forums.phpfreaks.com/topic/255104-_serverdocument_root-alternative/ Share on other sites More sharing options...
AyKay47 Posted January 16, 2012 Share Posted January 16, 2012 You can use the PHP magic constant __FILE__ Link to comment https://forums.phpfreaks.com/topic/255104-_serverdocument_root-alternative/#findComment-1308042 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.