<include />
<source lang="php"> <?php
v = "string"; // sample initialization
?> html text <?
echo v; // end of php code
?> </source>