<html>
<head>
<title></title>
</head>
<body>
...your HTML page...
<br>
<?
include("footer.html");
?>
</body>
</html>
I got this from www.devshed.com
(http://www.devshed.com/Server_Side/PHP/PHP101_1/page5.html). Check it out!
See You, Bizzk
""Mike"" <[EMAIL PROTECTED]> schreef in bericht
9afcj1$o9l$[EMAIL PROTECTED]">news:9afcj1$o9l$[EMAIL PROTECTED]...
> I'm trying to use html "include" syntax in a php page.If I use .shtml the
> php gets ignored .If I use php the <!--#include virtual="Nav.htm" --> the
> php gets ignored.Is there a way of doing this without using the php
include
> function?
> Thanks
>
> Mike P
> [EMAIL PROTECTED]
>
>
>
>
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]