[Solved] get file content from url, then extract keywords [closed]
[ad_1] See this link. Don’t expect people to do your homework, study that code a little bit and you will find answer in less then 10 minutes. Basically when you decode json you will get object or array depending on what you want. So if you do this $data=json_decode($str);//$str is your json string foreach($data->items as … Read more