..das ist ja scwieriger als eine Geburt.. :?
Hallo boardraider,
ich habe jetzt folgendes gemacht. Hier ein auszug meiner Start-PHP-Seite:
PHP
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de-de" lang="de-de" dir="ltr" >
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow" />
<meta name="description" content="ΝΕΑ ΔΗΜΟΚΡΑΤΙΑ " />
<meta name="keywords" content="NEA DEMOKRATIA />
<meta name="Generator" content="" />
<title>ΝΕΑ ΔΗΜΟΚΡΑΤΙΑ </title>
<link rel="shortcut icon" href="http://www.nd.gr/images/favicon.ico" />
<link href="../develop/css/template_css.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
function oeffnefenster (url) {
fenster = window.open(url, "PopUPFenster", "width=600,height=400,location=no,status=yes,scrollbars=yes,resizable=yes");
fenster.focus();
}
</script>
</head>
<body>
<?php
ob_start();
header('Content-type: text/html; charset=utf-8');
?>
<div align="center">
<table id="main" width="900" align="center" border="0">
<tbody>
<tr>
<td>
<!-- - - - - - - - - - - ANFANG ERSTE ZEILE - - - - - - - - - - - - - - - -->
<?php include('0-GR-TOP.php');?>
<!-- - - - - - - - - - - ENDE DRITTE ZEILE - - - - - - - - - - - - - - - - -->
Alles anzeigen
und promt kommt die nächste Fehlemeldung:
Code
Warning: Cannot modify header information - headers already sent by (output started at /data/apache/users/kilu.de/pindos/www/NEA-DEMOKRATIA_public/GR/1-0-0-GR-firstpage.php:6) in /data/apache/users/kilu.de/pindos/www/NEA-DEMOKRATIA_public/GR/1-0-0-GR-firstpage.php on line 23
in der Zeile 6 steht aber nur:
Was ist daran falsch