Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<p>To include an SSI variable simply use the variable name in place of the type of data
you want to display.  This example shows how to implement the inbuilt
<span class="keyword">#SSI_DATELONG</span> variable to display the current date every time a page
is requested.</p>

<p>We start with a very basic HTML page...</p>
Code Block
themeEclipse
<HTML>
	<BODY>
		<H2>Welcome to my page.  The date is 1 January 2012.</H2>
	</BODY>
</HTML>

...