hey there all - i'm using a HTML site that i converted to php so that I can use the includes for certain scripts i want to run.
i use the following example
<?php include($DOCUMENT_ROOT . "/include/header.php"); ?>
or
<?php include("pm_inc.php"); ?>
the header and footer files are in the /include/ folder and the files i want to call the header and footer to are in the /folder2/ folder..
how do i call these files - using just the same method does not work as listed above, i've also tried public_html/username/foldername/ to no avail.
can someone help me on this?
Thanks,
Bill
i use the following example
<?php include($DOCUMENT_ROOT . "/include/header.php"); ?>
or
<?php include("pm_inc.php"); ?>
the header and footer files are in the /include/ folder and the files i want to call the header and footer to are in the /folder2/ folder..
how do i call these files - using just the same method does not work as listed above, i've also tried public_html/username/foldername/ to no avail.
can someone help me on this?
Thanks,
Bill