Peeters: Validator XHTML 1.0 strict

Beitrag lesen

Hallo,
ich habe mal ne frage, ich wollte meine Homepage mit validator.w3.org prüfen lassen nun hab ich aber immer noch ein Fehler und kann mir diesen nicht erklären:

Der Validator schreibt:

"Error  Line 22, Column 175: document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag"
HTML:
22. <form id="formlogin" method="post" action="https://..."><input type="hidden" name="PHPSESSID" value="f6e88704e0a766d59d46f1cd26f53282" />

aber das habe ich in php an dieser stelle nur stehen:
PHP:
echo " <form id=\"formlogin\" method=\"post\" action=\"".$http.$server.$path."\">\n";

Kann mir jemand sagen warum das so ist?

Grüße