<HTML>
<HEAD>
<TITLE>This is the title for this page</TITLE>
</HEAD>
<BODY>
<H1>An example file which demonstrates the .phps extension</H1>
<P>If you want to view your php code on the website, give your file a .php extension.</P>
<P>For example, see <A HREF="/samples/example.php">/samples/example.php</A> and compare
it with <A HREF="/samples/example.phps">/samples/example.phps</A>.
<P>
Here is some php output:
<?
#
# this is a comment
#
echo time();
?>
</BODY>
</HTML>