OK. On line, mail($to_addr,' Form One'); I accidentally deleted
$mail_body at end, so, it should read: mail($to_addr,' Form
One',$mail_body );
Now I receive the email with all the FORM elment names but without
values, how come?
Thanks.
$mail_body at end, so, it should read: mail($to_addr,' Form
One',$mail_body );
Now I receive the email with all the FORM elment names but without
values, how come?
Thanks.
Comment