Is it possible to make an ad manager script w/ PHP that can check country?

Discussion in 'PHP' started by anilinkz, Sep 5, 2010.

  1. #1
    something in which if the visitor is from the US, it would only show that ad.
     
    anilinkz, Sep 5, 2010 IP
  2. interwho

    interwho Member

    Messages:
    198
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #2
    Yes, but you would need to use something to resolve visitor's IP addresses to their country. Check GeoIP.

    The rest can be done in "if" statements with php.
     
    interwho, Sep 5, 2010 IP