Forum Moderators: coopster
<?php require("http://www.myurl.info/footer.html");?>
However, for the HTML pages do you think it would be best to enable PHP in HTML pages via htaccess control file and include the above, or should I set up to parse html as shtml and do it the other way. I know that both would work but I invite comment on the cleanest method.
Thanks :-)
Before...
HTTP/1.1 200 OK
Date: Tue, 18 Apr 2006 01:43:48 GMT
Server: Apache/1.3.33 (Unix)
Last-Modified: Tue, 18 Apr 2006 00:41:27 GMT
ETag: "10b8bb-1274-444435b7"
Accept-Ranges: bytes
Content-Length: 4724
Keep-Alive: timeout=2, max=200
Connection: Keep-Alive
Content-Type: text/html
After....
HTTP/1.1 200 OK
Date: Tue, 18 Apr 2006 01:43:15 GMT
Server: Apache/1.3.33 (Unix)
X-Powered-By: PHP/4.4.2
Connection: close
Content-Type: text/html