I want to add $destination in the url of the file_get_contents
$content = file_get_contents('https://googleapis.com/json?destinations=New+York+City,NY&units=imperial&origins=&key=AIzaSyDK4HhNWMzdCN5zDOJJI61BFJlKwhvpe4c');
to
$content = file_get_contents('https://googleapis.com/json?destinations=$destination&units=imperial&origins=&key=AIzaSyDK4HhNWMzdCN5zDOJJI61BFJlKwhvpe4c');