Jump to content

[SOLVED] How to refer to root directory/ specific directory from random locations.


physaux

Recommended Posts

I am creating a file that will be "included" in many places. How can I refer to the site root, so that I can effectively navigate to my desired paths with fwrite()?

 

Is there any way to do this other than "www.mysite.com"

will that work?

 

thanks!

$_SERVER['DOCUMENT_ROOT'] will contain the file system path to your document root folder. You can then concatenate any path or file within your document root folder to that to come up with the absolute file system path to that folder or file.

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.