I want to echo CATEGORIA Under Booking_meta but nested valued I am not able to echo, here is the print_r results"
I am able to access level 1 array like:
echo $EM_Booking-> booking_id;
but nested valued inside [registration] and [booking] array I didn't able to echo results, I am little weaker when playing with arrays :)
EM_Booking Object
(
[booking_id] => 13
[event_id] => 31
[person_id] => 0
[booking_price] => 0.0000
[booking_spaces] => 1
[booking_comment] =>
[booking_status] => 1
[booking_tax_rate] => 0
[booking_taxes] =>
[booking_meta] => Array
(
[registration] => Array
(
[user_name] => rb
[first_name] => rb
[last_name] =>
[dbem_email] => [email protected]
[user_email] => [email protected]
[dbem_phone] => 33446667678
[dbem_societa] => ttf
[dbem_ente] => FCI (Federazione Ciclistica Italiana)
[dbem_cod_societa] => 6666
[dbem_tessera_n_] => 3344
)
[booking] => Array
(
[categoria] => M2 35-39 (nati 1978/1982)
[dbem_tesseramento] =>
)
)