ich möchte aus dem Unterstrichene ein array machen aber er will das nicht weil nur ein echo ist und mit javascript kann ich ja nicht zwischen php rum fummeln
<?php
if(is_array($Up))
$i=0;
{
foreach($Up as $insUp ){
echo "<tr ALIGN=LEFT><th>"; echo $APID[$i];/*echo
$x=$i+1;*/echo "</th><th>"; echo $Up[$i] ;echo "</th><th>"; echo $Termin[$i];echo "</th><th>"; echo$Kom[$i]; echo '</th><th><input type ="checkbox" name="boxx[]" value="1"></th></tr>';
$i=$i+1;
}}
?>