Set (SP-Tag)
Version vom 3. Juni 2008, 23:10 Uhr von Admin (Diskussion | Beiträge)
<?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
?>