Hallo, ich habe, wie es mir hier im forum empfohlen wurde, alle formulare validiert und die meisten bugs auch behoben.
An einem beisse ich mir allerdings die zähne aus:
Was ist hier falsch, ich erhalte folgende fehlermeldung:
document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
An einem beisse ich mir allerdings die zähne aus:
PHP:
<?PHP
$vakt="ak";
include('besucher.php');
include('ub222ST1.inc.php');
nclude('zugangP.php');
echo'<div class="inhalt">';
/* Formular-Beginn */
echo "<form name='f' action='ub222akt1.php' method='post'>";
echo "<input name='ak' type='hidden'>";
echo "<input name='id' type='hidden'>";
echo'<div style=" height:810px; width:450px; font-size:12px; overflow: auto;">';
/* Tabellen-Beginn */
echo "<table border>"
Was ist hier falsch, ich erhalte folgende fehlermeldung:
document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag