freerock1
10-23-2003, 08:00 PM
OK, I'm still a little new to PHP, but hopefully this is an easy one.
I know how to do a basic e-mail form, using the mail("[my address]", "[subject line]", $message, $mailheaders) tag. Basically right now I'm trying to do a web poll. I know I could just use a poll like mypoll.net, but I'd like to know how to do this on my own.
Is it possible to obtain the IP address of the voter, and if so, can I spoof the "From" and "Reply To" address as something like, somewebuser@IPaddress ?
Any help would be appreciated. Thanks
I know how to do a basic e-mail form, using the mail("[my address]", "[subject line]", $message, $mailheaders) tag. Basically right now I'm trying to do a web poll. I know I could just use a poll like mypoll.net, but I'd like to know how to do this on my own.
Is it possible to obtain the IP address of the voter, and if so, can I spoof the "From" and "Reply To" address as something like, somewebuser@IPaddress ?
Any help would be appreciated. Thanks