fastix: ganz neue Seite erzeugen

Beitrag lesen

<?
...
if (seite==1) {
?>
<html>
 <head>
 </head>
 <body>
  <h1>So? oder...</h1>
 </body>
</html>
<? } else { ?>
 <head>
 </head>
 <body>
  <h1>... so.</h1>
 </body>
</html>
<? } ?>

Preisfrage: Was hat gefehlt?