Posted by Toby A Inkster on 03/28/07 10:26
Jason wrote:
> if (isset($_REQUEST["bcc"])){ $headers .= 'Bcc: '.$bcc. "\r\n"; }
> $headers .= 'From: '.$from.'' . "\r\n";
> if (isset($_REQUEST["cc"])){ $headers .= 'cc: '.$cc. "\r\n"; }
> if (isset($_REQUEST["bcc"])){ $headers .= 'Bcc: '.$bcc. "\r\n"; }
Argh!!!
This script will become a source of spam.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Geek of ~ HTML/SQL/Perl/PHP/Python*/Apache/Linux
* = I'm getting there!
[Back to original message]
|