SyntaxHighlighting
test geshi syntax highlighting
<?php
$v = "string"; // sample initialization
?>
html text
<?
echo $v; // end of php code
?>
test geshi syntax highlighting
<?php
$v = "string"; // sample initialization
?>
html text
<?
echo $v; // end of php code
?>