Skip to content
Advertisement

get data from API token to php table

i have an API that has around 1030 json objects, i need to findfew of them by search and show below only the one that matches my search, how can i do that? thank you for response

JavaScript

Advertisement

Answer

this is simple example how you can loop $resultArray with foreach, so you can find any object by the name:

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement