User:Zack: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
[http://www.itk.org testing] | [http://www.itk.org testing] | ||
<source lang="php"> | |||
<?php | |||
$v = "string"; // sample initialization | |||
?> | |||
html text | |||
<? | |||
echo $v; // end of php code | |||
?> | |||
</source> |
Revision as of 13:50, 11 September 2008
blah blah blah
<source lang="php">
<?php
$v = "string"; // sample initialization
?> html text <?
echo $v; // end of php code
?> </source>