Zitat von
Matze:
Code:
if (stristr($_SERVER["HTTP_ACCEPT"], 'application/xhtml+
xml'))
{
header('Content-type: application/xhtml+
xml');
}
else
{
header('Content-type: text/
html');
}
Ich hab das gerade im Header von meiner Seite eingebunden, jetzt gibt er nen Fehler aus (
XML Verarbeitung), was mache ich falsch?
Zitat von
alcaeus:
Und dann gleichzeitig die halbe HTTP-Spec weglassen. Guck dir mal das an
Ähm
Ich werd aus dem Text net wirklich schlau... Was ist das?