Geo Targeting with php (help needed)

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lumpy
Forum Newbie
Posts: 1
Joined: Wed Jan 19, 2011 6:27 am

Geo Targeting with php (help needed)

Post by lumpy »

Hello. Here's what I want to do. I'm currently using the Wordpress blogging platform and Google AdSense to monetize my websites. I want to exclude people from one country to view the ads, in the place the ads are supposed to be they can just see some image.

Can I do that ? Can you help me ?
Peter Kelly
Forum Contributor
Posts: 143
Joined: Fri Jan 14, 2011 5:33 pm
Location: England
Contact:

Re: Geo Targeting with php (help needed)

Post by Peter Kelly »

Have you thought of using http://www.maxmind.com/app/ip-location this is a database of so that you can choose content based on which country they are located in, It may require a bit of work but if its what you want it will be worth it.
Post Reply