Multiple $_POST items

momylicrolf

New Member
I am trying to post multiple email address when a form is submitted but it is only posting one. Here is the code.\[code\]$email_to = $_POST['emailto'];$message = stripslashes($message);$respond = $_REQUEST['first_name'] ;mail("$email_to,","Website",$message,"From: $respond","Employment Application");\[/code\]Thanks is advance
 
Back
Top