We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790a895 commit b32a87eCopy full SHA for b32a87e
1 file changed
ip-geolocation-api-php.php
@@ -1,8 +1,8 @@
1
<?php
2
$clientIp = "YOUR_CLIENT_IP";
3
-$ipkey = "YOUR_API_KEY";
+$apikey = "YOUR_API_KEY";
4
5
-$response = get_location($ipkey, $clientIp);
+$response = get_location($apikey, $clientIp);
6
$resArr = array();
7
$resArr = json_decode($response);
8
echo "<pre>"; print_r($resArr); echo "</pre>";
0 commit comments