I have a form which, when submit is pressed goes to sentInfo.php, my question is, how do I send the information entered to me?$yourname = <!-- e --><a href="mailto:'[email protected]">'[email protected]</a><!-- e -->';
mail($yourname, $_POST['subject'], $_POST['email']);
jake
mail($yourname, $_POST['subject'], $_POST['email']);
jake