|
Posted by maniactive on 06/21/07 19:38
> it shouldn't make a difference, but perhaps double-check the path? It may
> require the full server path to the file, ie:
>
> <?php include("/path/to/include.php"); ?>
>
> as oppposed to
>
> <?php include("include.php"); ?>
Thanks for responding Good Man!
Nope, that didn't work either....but you did provide an important
clue.
I was using
<?include("header.shtml");?>
and you suggested
<?php include("header.shtml");?>
I tried that, too -- but no luck. I also tried the path...and the
server path.
Still no luck.
Thanks anyway.
Any other ideas?
Navigation:
[Reply to this message]
|