Quote:
Originally Posted by digitalpoint
Make a script on your server with just this:
PHP Code:
<?php
print_r (geoip_record_by_name($_SERVER['REMOTE_ADDR']));
What does it output?
|
Fatal error: Call to undefined function geoip_record_by_name() in /home/*****/public_html/test-geoip.php on line 2
Also, don't forget those closing ?> tags in your php code up there lol