Mam taki kod pliku:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Kaiba</title> <link rel="stylesheet" type="text/css" href="styl.css" /> <meta http-equiv="Refresh" content="20"> </head> <?php echo "<head><link rel=\"stylesheet\" type=\"text/css\" href=\"styl.css\" /></head><body><div id=\"header\"></div></body>"; echo "<head><link rel=\"stylesheet\" type=\"text/css\" href=\"styl.css\" /></head><body><div id=\"lewa\">Edytuj wpisy<br>Edytuj nicki<br> Podgląd shoutboxa <br>Wyczyść shoutbox </div></body>"; echo "<head><link rel=\"stylesheet\" type=\"text/css\" href=\"styl.css\" /></head><body><div id=\"tresc\"> switch( $_GET['page']) { default: include 'edyt.php; break; case 'rychu': include 'admin.php'; break; } </div></body>"; echo "<head><link rel=\"stylesheet\" type=\"text/css\" href=\"styl.css\" /></head><body><div id=\"stopka\"></div></body>"; ?>
i mam błąd:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/kaiba/domains/compblog.pl/public_html/k/panel.php on line 19
Możecie ci poprawić błąd? Pozdro.