Here’s another one:
http://www.comdevweb.com/geotraffic.php
To use php includes in an html page, you can go into your .htaccess file and put in the following codes:
AddType application/x-httpd-php .html
AddType application/x-httpd-php .htm[/CODE]
Also, I found a great tutorial on how to set up a database and implement geo targeting here: [url]http://ekstreme.com/geotargeting/[/url] I’ve set up mine, however, I cannot figure out how to redirect US to another page (writing a code to enable this.) Any help would be appreciated on this.[CODE]
AddType application/x-httpd-php .html
AddType application/x-httpd-php .htm[/CODE]
Also, I found a great tutorial on how to set up a database and implement geo targeting here: http://ekstreme.com/geotargeting/ I’ve set up mine, however, I cannot figure out how to redirect US to another page (writing a code to enable this.) Any help would be appreciated on this.