Posted by maniactive on 06/21/07 18:45
I am in the process of moving a site to a new server.
On the old server, these two functions:
<?include("header.shtml");?>
and
<?include("footer.shtml");?>
allowed me to successful include a simple header and footer on every
page of the site.
However: on the new server, php is installed as cgi.
What function will allow me to successfully include the header and
footer files with this configuration? The host swears that shtml works
perfectly as an include for the php installed as cgi configuration --
but I cannot get it to work with this standard command.
Anybody have any ideas?
[Back to original message]
|