I have a stress that I will really appreciate fast response. I have a form as below and I need the action script in php.
<?php
$msg = "Message from Platform Form\n";
$msg .= "Aspirant's Background:\t$_POST[aspirant_background]\n";
$msg .= "Aspirant's choice:\t$_POST[aspirant_choice]\n";
$msg .= "Aspirant's Offer:\t$_POST[aspirant_offer]\n";
$msg .= "Aspirant's email:\t$_POST[aspirant_email]\n";
[B]$msg .= "Aspirant's Photo:\t$_POST[aspirant_photo]\n";[/B]
$to = "info@helegrow.com";
$subject = "Platform Submission";
$mailheaders = "From: The site <> \n";
$mailheaders .= "Reply-To: $_POST[sender_email]\n\n";
mail($to, $subject, $msg, $mailheaders);
?>
The line I made bold and colored is the spot. I want that line to pick a picture from the use but I just can't do it.
Please I really need it.Your can tryout the site a see the form. www.youngvotersinitiative.org