We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ffaf84 commit 905bca5Copy full SHA for 905bca5
1 file changed
README.md
@@ -71,6 +71,7 @@ Pass the _exlcludes_ parameter to get remove the unnecessary fields from the res
71
'Content-Type: application/json',
72
'Accept: application/json'
73
));
74
+
75
return curl_exec($cURL);
76
}
77
?>
@@ -135,7 +136,7 @@ Here is an example to get the geolocation for a list of IP addresses and display
135
136
echo "<td>".$decodedLocation['currency']['name']."</td>";
137
echo "<td>".$decodedLocation['time_zone']['name']."</td>";
138
-
139
140
echo "</tr>";
141
142
@@ -152,6 +153,7 @@ Here is an example to get the geolocation for a list of IP addresses and display
152
153
154
155
156
157
158
159
0 commit comments