Help with $_SERVER[variable] please

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
me666
Forum Commoner
Posts: 87
Joined: Wed Oct 08, 2008 5:04 pm

Help with $_SERVER[variable] please

Post by me666 »

Hi i am looking for a code that will get the default gateway of the connected user whilst visiting my website. I'm not sure if this is posible or not but if anyone has any ideas it would be a great help.
Thanks
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Help with $_SERVER[variable] please

Post by califdon »

Here's the official list of what variables are available:
http://us2.php.net/manual/en/reserved.v ... server.php
me666
Forum Commoner
Posts: 87
Joined: Wed Oct 08, 2008 5:04 pm

Re: Help with $_SERVER[variable] please

Post by me666 »

excelent thatnks mate, found that site before but lost it and never managed to find it again, didnt see anythink about gateways but i have found a different solution to the problem i had and now dont need to know the gateway.
Thanks again :)
Post Reply