Danke erst mal für die schnelle antwort.
Ich habs aus probiert aber igend etwas mache ich falsch
$s = 0;
$head = array explode ("##", $art["headline"], $art["specs"]);
while ($s <= $art["specs"]){
?>
<td><b><?php echo $head[$s]; ?></b></td>
<?php
$s++;
}
Ich bekomme folgende Fehlermeldung?
Parse error: parse error, unexpected T_STRING, expecting '(' in /www/htdocs/almayo/bauteil/main_de/herst.php on line 118
Danke Christina