Hellihello
<table><tr><td>
<?php echo $abc;?>
</td></tr></table>
Die Definitionen können woanders stattfinden.
<p>
<?php if ($a):?>
<strong>
<?php echo $a?>
</strong>
<?php else:?>
blablub
<?php endif;?>
Ebenso mit while, switch und foreach.
Dank und Gruß,