the images folder is in ..../website/testingArea/images the php page is located in ..../website/testingArea/administration/image.php I have confirmed that the file I want to display does exist in the images folder, and that the path is correct.
If I include a tag in images.php like so: <IMG SRC="/home<? echo $DOCUMENT_ROOT . SITE_LOCATION ?>/images/TopNavBar_01.jpg" WIDTH=93 HEIGHT=110> Where SITE_LOCATION=testingArea/ The image will not display. I have tried with and without the /home at the beginning and neither one works. What's going on ? Carl -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php