Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- foreach multidimension array


ahmed24 - 5:03 pm on Jan 12, 2013 (gmt 0)


nevermind i've figured it out, just nested a loop within a loop like this:



foreach ($event as $eventDate => $eventArray) {

foreach ($eventArray as $eventDescription) {
echo $eventDescription."<br>";
}


}


Thread source:: http://www.webmasterworld.com/php/4535503.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com