Jump to content

$_SERVER['DOCUMENT_ROOT'] Alternative?


TheMayhem

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.