o habn problem mit der validierung wo ich garnicht weiterweiss das sind die letzten feghkler die ich nicht wegbekomme,.
Line 30 column 45: character "<" is the first character of a delimiter but occurred as data.
...nctype="multipart/form-data" action="<?php $_SERVER['PHP_SELF']?>" method="po
und
Line 47 column 16: end tag for "select" which is not finished.
</select> </td>
Most likely, You nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>
Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, <head> generally requires a <title>, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.
der code davon sieht so as
(die dropdown geschichte wird automatisch erstellt,.
<select name="marke">
<?php
asort($automarken);
foreach ($automarken as $key => $value) {
echo "<option value=".$automarken[$key].">$automarken[$key]</option>\n";
}
?>
</select>
OS: Windows XP
CPU: AMD Athlon XP 3200+
RAM: 512MB DDR PC3200 (Dual Channel)
Mainboard: MSI K7n2 Delta-L
HDD: 80GB WD
Graka:Radeon 9600 Pro
=>
Alekeijer Straussbuwe