Geological tracking, need functions. Can some help?

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
autohits
Forum Newbie
Posts: 3
Joined: Sun Oct 26, 2003 2:13 pm

Geological tracking, need functions. Can some help?

Post by autohits »

I need functions to write a sript for geological tracking, cant find them in the php documentation. Any experts out there that can point me in the right direction to where i can find the sytax for grabbing geological data using php.

Your help is greatly appreciated!
Thanks,
Johnny Brown
1-918-754-2355
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

a bit vage. What kind of functions do you need?
autohits
Forum Newbie
Posts: 3
Joined: Sun Oct 26, 2003 2:13 pm

Post by autohits »

Well, I know how to get a IP address, Browser type and what not. Basicly is geographical data such as country or region pulled from the user in the same regard? If so how would i go about writing a short script to get the geological data. I know it can be done in php I have seen in on Stats tracking php programs. ---> or Perhaps make use of a javascript that gets geological data.


Either way. I need the syntax that php uses to put that data into an object. $country = $geological_Syntax;

Thanks,
Johnny
autohits
Forum Newbie
Posts: 3
Joined: Sun Oct 26, 2003 2:13 pm

Post by autohits »

all u php gurus and no one can help me?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Check out http://uk.php.net/my.php and you'll find the link to
http://ip-to-country.directi.com/

Mac
Post Reply