Jump to content

Using IP tracking to serve up ads


MikoMak

Recommended Posts

Hi all,

I've got a site where I'd like to serve up ads based on the user's geographic location.

I'll use $ip = $_SERVER['REMOTE_ADDR'];  to detect the IP but how then do I use it, e.g. is there a database of IP to country mappings so I can extract the location and do the necessary?

Any help would be greatly apprciated.

Thanx,
MikoMak.

p.s. Nice new look to the forum.
Link to comment
https://forums.phpfreaks.com/topic/17613-using-ip-tracking-to-serve-up-ads/
Share on other sites

Thanx for that onlyican - that class looks really interesting, lots of built in features.

I had a quick look at the free country db available from http://www.maxmind.com/app/geoip_country with a tutorial on how to get it going here - http://www.delau.net/php/geoip.html

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.