spewn
Programmer
- May 7, 2001
- 1,034
i have this variable to work with, below is an example (but correct syntax) or the information carried by the variable.
i want to cycle through each group. i cannot change the form of the variable, this is what i have to work with, including the '[]' and '{}'...
any ideas?
- g
Code:
$variable1 = [ { 'RaceTime' => '15', 'RaceNumber' => '15126', 'RaceID' => '84ee45s89' }, { 'RaceTime' => '15', 'RaceNumber' => '15126', 'RaceID' => '84ee45s89' }, { 'RaceTime' => '10', 'RaceNumber' => '17894', 'RaceID' => '1ee547987' } ];
i want to cycle through each group. i cannot change the form of the variable, this is what i have to work with, including the '[]' and '{}'...
any ideas?
- g