I'd like to use the $headers field in the mail() function of PHP, but
I'd like to be able to make these variable that somebody could change
in a form.
$headers .= 'To: $to' . "\r\n";
Something like that above.
Thanks,
--TJ
I'd like to be able to make these variable that somebody could change
in a form.
$headers .= 'To: $to' . "\r\n";
Something like that above.
Thanks,
--TJ
Comment