Test: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
Iframe test | Iframe test | ||
Geshi test | |||
<syntaxhighlight lang="php"> | |||
<?php | |||
$v = "string"; // sample initialization | |||
?> html text | |||
<? echo $v; // end of php code | |||
?> | |||
</syntaxhighlight> | |||
GeShi test |
Latest revision as of 07:39, 5 August 2012
Math test
Math test
Iframe test
Iframe test
Geshi test
<?php
$v = "string"; // sample initialization
?> html text
<? echo $v; // end of php code
?>
GeShi test