User:Zack: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
No edit summary
Line 13: Line 13:
?>
?>
</source>
</source>
<youtube>CQzUsTFqtW0</youtube>

Revision as of 17:07, 22 September 2008

blah blah blah

testing


<source lang="php"> <?php

   $v = "string";    // sample initialization

?> html text <?

   echo $v;         // end of php code

?> </source>