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