Feb 9th, 2011, 7:32 PM
Hi fourmat,
Good question! You had the syntax right, just not the way of extracting the user's IP address. Try this:
Let me know if that doesn't work!
- Ben
Good question! You had the syntax right, just not the way of extracting the user's IP address. Try this:
PHP Code:
$criteria = array(
"col_19" => $_POST["Email"],
"ip_address" => $_SERVER["REMOTE_ADDR"]
);
Let me know if that doesn't work!
- Ben