Re: Obtaining the base dir of a file in a web server

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

 



Juan Antonio Garrido wrote:
> I use this sentence ($htmlFile = $_SERVER['DOCUMENT_ROOT'] ) for obtaining
> the
> complete route of a file in my web server, but  inserts a white space to
> final char and i need remove it. I use the trim function but it continue
> there. How can i remove it? Can it be anohter char?

There shouldn't be an extra character there, space or otherwise...

Check your httpd.conf to see what you've got.  Perhaps a typo there with
an extra space or control character that doesn't bother anything else, but
shows up in your script.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
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