Hallo,
kann mir jemand sagen wie man ein 2dim Array befüllt???
for ($s=0;$s<count($ids);$s++)
{
$sel="Select * from version_db";
$res=mysql_query($sel) or die (mysql_error());
while ($row4=mysql_fetch_assoc($res))
{
$array[$s][$s]=array($row4['path']=>$row4['version_id']);
}
}
hab es so probiert, aber das ist wohl der falsche Weg...
gruß
saromba
kann mir jemand sagen wie man ein 2dim Array befüllt???
for ($s=0;$s<count($ids);$s++)
{
$sel="Select * from version_db";
$res=mysql_query($sel) or die (mysql_error());
while ($row4=mysql_fetch_assoc($res))
{
$array[$s][$s]=array($row4['path']=>$row4['version_id']);
}
}
hab es so probiert, aber das ist wohl der falsche Weg...
gruß
saromba
Kommentar