Ben böyle bir php dizi var:
array(
[0] =>
array(
... 3 elements ... )
['cat'] =>
'FF'
...
['iPath'] =>
'http://www.xx.com/images'
...
['dispName'] =>
'Fast Food'
...
)
[1] =>
array(
... 3 elements ... )
['cat'] =>
'G&L'
...
['iPath'] =>
'http://www.xx.com/images'
...
['dispName'] =>
'Grocery & Liquor'
...
)
[2] =>
array(
... 3 elements ... )
['cat'] =>
'Gas'
...
['iPath'] =>
'http://www.xx.com/images'
...
['dispName'] =>
'Gas Stations'
...
)
)
Ben değerleri elde edebilmek istiyorum: IPath ve dispName zaman kedi = XXX. Örneğin, ne zaman cat = 'G & L'.
teşekkürler
LDJ