"; // Send email if(mail($to, $subject, $email_content, $headers)){ $status = "success"; } else { $status = "error"; } } ?>