This is an old revision of the document!
$ \texttt{lol}$
monospaced
asdf $$ aasdf$$ qwer
\(1 + 2 + 3\)
->
<Code:php linenums:1 |Example #1 Our first PHP script: hello.php>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World</p>'; ?>
</body>
</Code>