User:Jcourteau: Difference between revisions
(Removing all content from page) |
No edit summary |
||
Line 1: | Line 1: | ||
<code lang="php"> | |||
<? | |||
test(); | |||
echo "<html><body>Hmm</body></html>"; | |||
$i = 1; | |||
?> | |||
</code> |
Revision as of 16:56, 13 January 2009
<?
test();
echo "<html><body>Hmm</body></html>";
$i = 1;
?>