���� ������������������������������������ items){ $result = json_decode(json_encode($json->items), true); $response["link_1"] = $result[0]['link']; $response["Search_result_1"] = $result[0]['snippet']; if(@$result[1]['link']){ $response["link_2"] = $result[1]['link']; $response["Search_result_2"] = $result[1]['snippet']; } } }else { $response["success"] = false; $response["message"] = "Required parameter ( content ) is missing!"; } echo json_encode($response); ?>