User:Volker.haas/Test
Appearance
<?php
$v = "string"; // sample initialization
?>
html text
<?
echo $v; // end of php code
?>
<?php
$v = "string"; // sample initialization
?>
html text
<?
echo $v; // end of php code
?>