Posted by Paul Furman on 07/26/07 00:46
Nick Marks wrote:
> I think you are getting it wrong... if you want to include it onto a
> HTML page then you will have to do it manually ... Include will not
> work on HTML pages.. Alternatively you can use frames or IFrames
Hmm, OK you are right!
A php file will parse html though and can include perhaps any extension
on a ascii file, so:
INDEX.PHP:
<html>
<head>... blah
<body>... blah
<?
include "menu.txt";
include "body.txt";
?>
</body>
</html>
Probably someone will have another solution.
--
Paul Furman Photography
http://www.edgehill.net/1
Bay Natives Nursery
http://www.baynatives.com
Navigation:
[Reply to this message]
|