Re: guess documentroot

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, October 5, 2006 8:42 am, Javier Ruiz wrote:
> Is it possible to get the path of a file relative to the document root
> of
> the webserver using php?
> For example...
>
> if we have a script like
> http://localhost/mydir/myseconddir/index.php
>
> is there a way to get that it's runing on
> /mydir/myseconddir/
>
> ??
>
> something like getcwd() but webserver relative, not filesystem.

Anytime you got a question like this, about what data PHP has
available to you, the answer is:

<?php phpinfo();?>

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux