Hi,
Nehmen wir an, ich hab mir mit php ein gästebuch programmiert, das beim eintrag einen Kommentar in eine neue Datei speichert, so sähe die aus:
<html>
<head>
<title>
Gästebuch
</title>
</head><body>
Eintrag
Eintrag
Eintrag
Eintrag
...Ich darf den Body aber nicht schließen, da sonst die einträge nach </body> bzw. </html> kämen.
Warum speicherst du denn ein vollständiges HTML-Dokument - statt *nur* die Kommentare, die du dann in einem anderen Dokument einfach per readfile einbindest?
MfG ChrisB
--
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]