Posts by user246342 • 1 point
1 post
-
-1
votes2
answers57
viewsQ: Search PHP array value
How can I search for the key value of "item_a" and return all the key values of "valor_a" in the array below? Example: I want to search by item_a = 3 and return the values 396, 1514 and 2106. array…