$message='The following message contains a file'.
'attachment that was posted via a form.';
$subject='Poste d attachment';
$email_to='reci pient@example.c om;
if(isset($_POST['email']))
$email_from=$_P OST['email'];
else
$email_from='no ne@example.com' ;
Comment