03-06-2010, 06:04 PM
|
#2 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
|
Quote:
Originally Posted by Tim Dobson
is it possible to show someone a specific url depending on their IP address? just out of curiosity wanted it to show all site admins a specific link without having any kind of login of sort... if anyone knows this could they please give me some code im sure its simple enough..
Thanks
|
Just have PHP find their IP address and use if statements, but it is a really bad idea to do this. IP addresses frequently change (especially for DSL users) and they can be spoofed. There is a reason that no one else does it, and that is because it is really bad security. Don't do it.
|
|
|
|