<?php error_reporting(E_ALL); include 'ip2Country.class.php'; $region = new ip2country(); ?> <html> <body> <h3>Hello</h3> <h4>You are from <i><?php echo $region->getRegion(); ?></i> region</h4> </body> </html>
info at phpclasses dot org