Posts by skullzera • 1 point
2 posts
-
-1
votes1
answer39
viewsA: Check if there is an item in the array
I managed using !in_array($produtoaprocurar, $produtosencontrados, TRUE);
-
0
votes1
answer39
viewsQ: Check if there is an item in the array
I have an API that returns me a JSON with a list of products and I have a list of products I want to check if they exist in the list of products That part I already got But what I’m not getting is…