My form php is not working and I can't figure out where I went wrong
- by user1081524
I'm fairly new to all this, but I've created a form, and this is what I've written to send it. I've used "example@gmail.com" here instead of the real address
<?php
/* Set e-mail recipient */
$myemail = "example@gmail.com";
/* Check all form inputs using check_input function */
$names = check_input($_POST['names'], "Please return to our…