comparison geoiptest.php @ 6:077b0a0a3e6d

remaining originals according to dependency walk
author Robert Boland <robert@markup.co.uk>
date Thu, 16 Feb 2017 22:29:02 +0000
parents
children 093e42d5a874
comparison
equal deleted inserted replaced
5:55445b456ad0 6:077b0a0a3e6d
1 <html>
2 <body>
3 <?php
4 $country_name = apache_note("GEOIP_COUNTRY_NAME");
5 print "Country: " . $country_name;
6 ?>
7 </body>
8 </html>