|
Posted by Martin Jay on 05/18/06 15:26
In message <aXYag.14910$z%.6106@newsfe5-win.ntli.net>, Nospam
<nospam@home.com> writes
>I have two pages, the first page containing a link to a second webpage that
>has html for the current time, however I would like the contents of the
>second page to be executed once someone comes on the first page.
>
>What do I have to insert in the html of the second page to indicate that it
>should be executed if it is opened or linked to?
If you have PHP on your server you could use
<?php
include 'file.php';
?>
Or if your server understands Server Side Includes (SSI):
<!--#include virtual="file.php" -->
--
Martin Jay
Navigation:
[Reply to this message]
|