Oh nein! Da gibts noch ein Problem! Der HTML Text soll Variablen enthalten!
<?
if($style==darkblue) {
$text = "darkblue";
$link = "red";
}
...
?>
<html><head><body><font color="$text">nix</html>
<?
...
Hallo Arne,
ach so.
<?
»» // PHP- Code
?>
<!-- ab hier html -->
<font color="red">Irgendein Text</font>
<font color="red">Noch einer</font><?
»» // und hier wieder PHP
?>
das geht auch mit Schleifen (...)
<?
for($i=0;$i<10;$i++)
{
?>
HTML-Text der 10 mal ausgegeben wird<?
}
?>Gruss,
»» Carsten