Grüße,
muss das so sein?
echo "<table>";
for(x in array){
echo "<tr>";
for(y in array[x]){
echo "<td>"+array[x][y]+"</td>"
}
echo "</tr>";
}
echo "</table>
oder habe ich deine Absicht falsch verstanden?
MFG
bleicher