I need to add a counter for my site visitors that displays their corresponding countris ..

What method could be implemented to do this ?

    To begin with you need
    to translate visitor IP-number to Country
    There are some open source scripts that include such translation data.
    Of course such data has to be updated, every now and then.

    Then you need a counter script.
    There are many around.

    After this you may store statistics based on visitors/country
    and use it in your pages.

    Finally, it is not always possible to know visitor country, by their IP-number.
    So this statistics will not be even 80% correct.
    More like it will give you a hint from where visitors are.

      Write a Reply...