Hi,
habn kleines Problem
ich bekomme über url folgende strings:
name_0_1
name_0_2
name_1_1
name_1_2
name_2_1
....
....
...
usw.
nu will ich sie in ein array lesen
hab ich nu so ma prob.:
funzt aber net und hab auch kein plan wie der syntax is
danke schon ma im voraus
micha
habn kleines Problem
ich bekomme über url folgende strings:
name_0_1
name_0_2
name_1_1
name_1_2
name_2_1
....
....
...
usw.
nu will ich sie in ein array lesen
hab ich nu so ma prob.:
PHP-Code:
for ( $i=0; $i < $dbtabanzahl; $i++ ) {
$name[$i] = $name."_".$i."_1";
echo $name[$i];
}
danke schon ma im voraus
micha
Kommentar