Skip to content

Commit b32a87e

Browse files
authored
Update ip-geolocation-api-php.php
1 parent 790a895 commit b32a87e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ip-geolocation-api-php.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
$clientIp = "YOUR_CLIENT_IP";
3-
$ipkey = "YOUR_API_KEY";
3+
$apikey = "YOUR_API_KEY";
44

5-
$response = get_location($ipkey, $clientIp);
5+
$response = get_location($apikey, $clientIp);
66
$resArr = array();
77
$resArr = json_decode($response);
88
echo "<pre>"; print_r($resArr); echo "</pre>";

0 commit comments

Comments
 (0)