im currently building my website i change from a blog to a website so i can learn some php.
I want to include a stats that say something like this :
Your ip is : xxx.xxx.xx..xx
Your from :
You just made the xxx click on this site and you are using firefox ( good 4 you! ) .
The "made the xxx click on this forum" i got cover with a click counter that uses flat file..
So i need a php command that says witch browser user is using , and the country he is.
Also im having a problem with the ip show command
<? echo "Your IP is : $REMOTE_ADDR"; ?>
I guess people behind a firewall or a router, the ip wont show
Thanks in advance
