Want to filter Array
-
Hey,
I want to filter the array with PHP.When I use foreach to echo the Data, its sorted by the 1st Array Instance, right?
Example:
Array
(
[0] => TopInformation1
(
[0] => Information1
[1] => Information2
)
)I want to echo it in this way:
echo $TopInformation1
echo $TopInformation2->Information2
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Want to filter Array’ is closed to new replies.