&sensor=true&key='; // Fetch reviews with cURL $ch = curl_init(); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_URL, $google_api); $response = curl_exec($ch); curl_close($ch); // JSON decode the text to associative array return json_decode($response, 'assoc'); } // Get reviews $g_response = get_google_reviews(); // See if we got some reviews if ($g_response && $g_response['result'] && $g_response['result']['reviews']) { // Loop through the reviews foreach ($g_response['result']['reviews'] as $review) { // Output HTML for reviews ?>
date
rating
name
content