Kopfballstar
Erfahrenes Mitglied
Krieg es irgendwie nicht hin:
Wie bekomme ich, dort wo "?" steht nun $perms als Array Eintrag in 2ter Dimension zu $locations?
Hab ein paar Sachen ausprobiert, leider ohne Erfolg.
Code:
foreach($db2->Databases AS $locations => $db) {
foreach ($perm->new_perms[$locations] AS $perms=>$perms_key){
//echo $locations." - ".$perms."<br>";
$array[$i] = $locations;
$array[$i] "?" = $perms;
$i++;
}
}
Wie bekomme ich, dort wo "?" steht nun $perms als Array Eintrag in 2ter Dimension zu $locations?
Hab ein paar Sachen ausprobiert, leider ohne Erfolg.