File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ Pass the _exlcludes_ parameter to get remove the unnecessary fields from the res
7171 'Content-Type: application/json',
7272 'Accept: application/json'
7373 ));
74+
7475 return curl_exec($cURL);
7576 }
7677?>
@@ -135,7 +136,7 @@ Here is an example to get the geolocation for a list of IP addresses and display
135136 echo "<td >".$decodedLocation['currency']['name']."</td >";
136137 echo "<td >".$decodedLocation['time_zone']['name']."</td >";
137138 }
138-
139+
139140 echo "</tr >";
140141 }
141142
@@ -152,6 +153,7 @@ Here is an example to get the geolocation for a list of IP addresses and display
152153 'Content-Type: application/json',
153154 'Accept: application/json'
154155 ));
156+
155157 return curl_exec($cURL);
156158 }
157159?>
You can’t perform that action at this time.
0 commit comments