Array (
[0] => Array (
[event_title] => Registration
[event_id] => 17
[location_id] => 113
)
[1] => Array (
[event_title] => Sunday Collections
[event_id] => 67
[location_id] => 113
)
[2] => Array (
[event_title] => School Tuition
[event_id] => 68
[location_id] => 113
)
)
Can anyone tell me how to extract event_title, event_id and location_id from this array? I want to display this in the form of a table actually.
To display it in a table, you can do this: