jetzt habe ich nurnoch einen kleinen fehler und zwar habe ich ein problem mit dem <form>
Fehlerstelle:
<form action='/index.php?show=' method='post' name='shoutbox' accept-charset
der Validator sagt <form .....
ist an dieser stelle nicht erlaubt,...
die stelle ist
<table width='$tablewidth' cellspacing='2' cellpadding='0' border='0'>
<form action='$PHP_SELF?show=$show' method='post' name='shoutbox' accept-charset='ISO-8859-1' />
<tr>
auch wenn ich objekt davor setze oder so, geht das nicht ?! was mach ich falsch bzw. worin liegt der fehler ?