tomgk: (Vielleicht)-Lösung

Beitrag lesen

Hallo,

Meine (Vielleicht)-Lösung:

<html>
<body>
<?php
switch($_GET["action"])
{
 //...
}
?>
</body>
<head><title><?php echo $title ?></title></head>
</html>

Ist dieser Code in HTML korrekt (head nach body)?

MfG
tomgk