We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24389fe commit 9fb3660Copy full SHA for 9fb3660
1 file changed
ip-geolocation-api-php.php
@@ -1,7 +1,7 @@
1
2
<?php
3
4
-$response = get_web_page("https://api.ipgeolocation.io/ipgeo?apiKey=d9d46f08bfb34ee59e4e8c74f07bb449&ip=103.255.5.105");
+$response = get_web_page("https://api.ipgeolocation.io/ipgeo?apiKey=YOUR_API_KEY&ip=103.255.5.105");
5
$resArr = array();
6
$resArr = json_decode($response);
7
echo "<pre>"; print_r($resArr); echo "</pre>";
0 commit comments