getting results from another html page

M

Michael Jean

hello,

i am building some objects to keep track of page
statistics (ie, pages visited by certain ip addresses) so
that i can see which countries my visitors are coming
from. i am using a free php service to determine the
location of an ip address.. for example, if i want to
find ip 1.2.3.4's country, i go to
http://www.myservice.xxx/findip.php?ip=1.2.3.4 and it
will spit back "united states" or "canada" or whatever..

how can i call this from inside an asp.net page to get
the result? for example,

Dim strClientIPAddress as String
Dim strCountry as String

strCountry = SomehowEvaluate("http://.../findip.php?ip="
& strClientIPAddress)

any help will be greatly appreciated!

mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top