Posts: 7106 Reputation: 107
– / /
Joined: Mar 2002
RE: Website Help :)
By "relying on the form," I mean passing the IP address via the form using that hidden field. It would be much easier and safer to use $_SERVER['REMOTE_ADDR'] in the script, and don't change the form at all.