Forum Moderators: coopster
$_POST=Array
(
[address1] => bath69236@example.com
[address2] => bath69236@example.com
[area_code] => 18
[benefactor] => on
[city] => Atlanta
[email] => bath69236@example.com
[family] => on
[individual] => on
[lifetime] => on
[name] => ntaivorodmo
[patron] => on
[phone] => 1-202-328 2516
[spouse] => 18
[state] => Georgia
[submit] => submit
[zip] => 30332
)
[edited by: bill at 4:12 am (utc) on Oct 13, 2011]
[edit reason] Use example.com to protect the guilty/innocent [/edit]
captcha
How reliable is referrer? Is it returned by the browser, in which case it could be faked.
$keys = array('HTTP_USER_AGENT', 'SERVER_PROTOCOL', 'HTTP_ACCEPT_CHARSET', 'HTTP_ACCEPT_ENCODING', 'HTTP_ACCEPT_LANGUAGE'); $tmp = ''; foreach($keys as $v) { if(isset($_SERVER[$v])) { $tmp .= $_SERVER[$v]; } } $browser_sig = md5($tmp);