User:Zack

From KitwarePublic
Revision as of 17:07, 22 September 2008 by Zack (talk | contribs)
Jump to navigationJump to search

blah blah blah

testing


<source lang="php"> <?php

   $v = "string";    // sample initialization

?> html text <?

   echo $v;         // end of php code

?> </source>