Skip to content

Commit 8475ff6

Browse files
Minor update
1 parent 2f45d33 commit 8475ff6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ip-geolocation-api-php.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22
$clientIp = "YOUR_CLIENT_IP";
33
$apikey = "YOUR_API_KEY";
4-
54
$response = get_location($apikey, $clientIp);
65
$resArr = array();
76
$resArr = json_decode($response);

0 commit comments

Comments
 (0)