Hi,
Der html output bei einem Fehler:
<input type="text" class="formular" value="" maxlength="60" size="50" name="name" class="fehler">
Zwei class-Attribute in einem Tag sind natuerlich bloedsinnig.
<input type="text" class="formular" value="<?php echo $name;?>" maxlength="60" size="50" name="name" <?php if(isset($err[0])) echo 'class="fehler"';?>>
Willst du uns weissmachen, dass du zu einem if kein else hinbekommst?
MfG ChrisB
--
„This is the author's opinion, not necessarily that of Starbucks.“
„This is the author's opinion, not necessarily that of Starbucks.“