[PHP] Re: IP security

2001-08-26 Thread Ralph Deffke
use the $REMOTE_ADDR variable for the remote address see php manual chapter 7 Variables - Variables from outside PHP Nafiseh Saberi schrieb: > hi. > how can I control the ip that with ID and password ,all of > user cant enter to site and if one person want to enetr should > have special IP tha

[PHP] Re: IP security check

2001-08-09 Thread Richard Lynch
> For secure payment pages, I need for the code to determine the persons IP > address, even if they have a "spoofer" running. Is this possible? Getting > around the spoofer in order to catch criminals using illegal credit card > #'s.. In addition to $REMOTE_ADDR, some firewalls provide an $X-Forw