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