I am using following array
Array
(
[0] => Array
(
[id] => 6
[key] => SITE_NAME
[value] => Webg Smarty CMS Small
[name] => general
[title] => website name
[type] => text
)
[1] => Array
(
[id] => 32
[key] => PHONE_NUMBER
[value] => 713-332-4675
[name] => general
[title] => Phone Number
[type] => text
)
)
I want to show [0][value], [1][value]
I am using foreach but i am unable to print values
how to show it?
Try this
OR