MOON
Server: Apache
System: Linux server30c.hostingraja.org 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
User: seoprovi (1222)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: /home/seoprovi/countrywidepackers.in/assets/images/form1.php
<?php
    $name = $_POST['name'];
    $phone = $_POST['phone'];
	$fromlocation = $_POST['fromlocation'];
    $tolocation = $_POST['tolocation'];
    $message = $_POST['message'];
    $from = 'From: countrywidepackers.in'; 
    $to = 'countrywidemover@gmail.com'; 
    $subject = 'Email Inquiry';

     $body = "From: $name\n\n Mobile Number: $phone\n\n  From: $fromlocation\n\n To: $tolocation\n\n  Message: $message\n\n";
?>

<?php
if ($_POST['submit']) {
    if (mail ($to, $subject, $body, $from)) { 
        echo '<p>Thank you for your email!</p>';
    } else { 
        echo '<p>Oops! An error occurred. Try sending your message again.</p>'; 
    }
}
?>
<a href="https://www.countrywidepackers.in/"><img src="assets/images/thanks.jpg" alt="Country Wide Packers  " title="Country Wide Packers "></a>
<a href="https://www.countrywidepackers.in/index.html"><img src="assets/images/backhome.jpg" alt="Country Wide Packers  " title="Country Wide Packers "></a>