Ok, im trying to create a send a comment page and I got everything somewhat working so far, except that I dont know how to call the function
<?
function sen()
{
$to = "
[email protected]";
$email = $_REQUEST['email'];
$subject = "Contact Us $email";
$message = $_REQUEST['message'];
$headers = "From...