Posted by PDannyD on 09/10/06 23:56
On Sunday 10 September 2006 23:35, Dave Kelly [daveekelly@earthlink.net]
wrote in message <4r0Ng.5983$v%4.159@newsread1.news.pas.earthlink.net>
> Given this html code page;
> ======begin
> <html>
> <body>
> <!--#include file="outing.1.shtml"-->
> I would like the contents of 'outing.1.shtml' to be displayed hence
> the <!--#include file="outing.1.shtml"--> in the HTML code.
> Since it does not work, I must ask what is the correct to do this?
<?php include("outing.1.shtml")?>
You were using the ASP #include.
[Back to original message]
|