Posted by dpinion@gmail.com on 05/17/07 18:37
Greetings,
I have the following:
require_once($_SERVER["DOCUMENT_ROOT"]."/virtuals/doc-root.php4");
I also have several more include and include once that pull various
sections into my main page. I am trying to get this working on a local
machine for testing purposes. I have (windwos) Apache and PHP set up
on my machine and have written several test pages to confirm things
are working. When I perform an echo of the Document_root and
global_root I get the following:
server doc root: C:/Dewaynewww/TrentonWeb/Apache2/htdocs
global doc root:
Anyone have any ideas why I can't using my include/required documents?
TIA for any help
[Back to original message]
|