RE: 1 ip address go here all others go here

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[snip]
Is there a way of sending users with a local ip address say 127.0.0.1 
and 192.168.xxx.xxx to goto one page and all other visitors to goto another?
[/snip]


Yes, there is.


$_SERVER['REFERER'] will give you the referer mosy of the time. More info
from TFM can be found here;

http://us3.php.net/reserved.variables

Header can then be used to redirect

header("Location: http://www.example.com/";); /* Redirect browser */. More
info from TFM can be found here;

http://us3.php.net/header

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux