Skip to content

Commit 9fb3660

Browse files
committed
add variable instead of dummy key
1 parent 24389fe commit 9fb3660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ip-geolocation-api-php.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<?php
33

4-
$response = get_web_page("https://api.ipgeolocation.io/ipgeo?apiKey=d9d46f08bfb34ee59e4e8c74f07bb449&ip=103.255.5.105");
4+
$response = get_web_page("https://api.ipgeolocation.io/ipgeo?apiKey=YOUR_API_KEY&ip=103.255.5.105");
55
$resArr = array();
66
$resArr = json_decode($response);
77
echo "<pre>"; print_r($resArr); echo "</pre>";

0 commit comments

Comments
 (0)