SyntaxHighlighting

From SGMK-SSAM-WIKI
Revision as of 19:33, 5 October 2011 by Kiilo (talk | contribs) (Created page with "test geshi syntax highlighting <syntaxhighlight lang="php"> <?php $v = "string"; // sample initialization ?> html text <? echo $v; // end of php code ?> </syn...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

test geshi syntax highlighting

<?php
    $v = "string";    // sample initialization
?>
html text
<?
    echo $v;         // end of php code
?>