|
Posted by JDS on 11/17/05 22:26
On Thu, 17 Nov 2005 20:06:20 +0000, Steve wrote:
> This all
> seems extremely complicated!!
Wow, you are right. Don't know what your server specs are, but there are
ways to do this on pretty much any webserver.
Google on:
SSI
PHP includes
ASP
ASP will let you use the same syntax as SSI.
SSI/ASP can be as simple as this:
<table>
<tr>
<td>
<!--#include virtual="gig_dates.html" -->
</td>
</tr>
</table>
The "#include" line in PHP would look like this:
<?php include("gig_dates.html")?>
later...
--
JDS | jeffrey@example.invalid
| http://www.newtnotes.com
DJMBS | http://newtnotes.com/doctor-jeff-master-brainsurgeon/
Navigation:
[Reply to this message]
|