Set (SP-Tag)
Version vom 3. Juni 2008, 18:40 Uhr von Admin (Diskussion | Beiträge) (Die Seite wurde neu angelegt: <source lang="php"> <?php $v = "string"; // sample initialization ?> html text <? echo $v; // end of php code ?> </source>)
<?php
$v = "string"; // sample initialization
?>
html text
<?
echo $v; // end of php code
?>