whoami7 - Manager
:
/
home
/
analuakl
/
cozynestapartments.in
/
Upload File:
files >> /home/analuakl/cozynestapartments.in/contact-form.php
<?php ini_set( 'display_errors', 1 ); error_reporting( E_ALL ); // Just to be on the safe side - I'll strip out HTML tags // (scripting code may mess with some email clients) $Name = $_REQUEST['Name']; $Email = $_REQUEST['Email']; $Phone = $_REQUEST['Phone']; $Subject = $_REQUEST['Subject']; $Message = $_REQUEST['Message']; // $from = "deepak@cozynestapartments.in"; // $to = "advertisement@mapskogroup.com"; $to = "info@cozynestapartments.in, ajay@adiobrandsolutions.com"; $subject = "Contact Form Cozy Nest"; $message = "Name: $Name\n Email: $Email\n Phone: $Phone\n Subject: $Subject\n Message: $Message"; //$message = "This is a test to check the PHP Mail functionality"; // $headers = "From:" . $Email; $headers = "From: cozynestapartments.in" . "\r\n"; // $headers .= 'Cc: pankajweb@adiobrandsolutions.com' . "\r\n"; // $headers .= "Bcc: ajay@adiobrandsolutions.com \r\n"; mail($to,$subject,$message, $headers); header( "Location: https://cozynestapartments.in/thanks.php" ); ?>
Copyright ©2021 || Defacer Indonesia