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/shrikrishnamovers.com/formcontact.php
<?php
    $name = $_POST['name'];
	$email = $_POST['email'];
    $phone = $_POST['phone'];
	$fortopic = $_POST['fortopic'];
	$cityfrom = $_POST['cityfrom'];
	$cityto = $_POST['cityto'];
    $message = $_POST['message'];
    $from = 'From: shrikrishnamovers.com'; 
    $to = 'shrikrishnapackermover@gmail.com'; 
    $subject = 'Email Inquiry';

    $body = "From: $name\n E Mail: $email\n Phone No.: $phone\n Topic.: $fortopic\n City From: $cityfrom\n City to.: $cityto\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://shrikrishnamovers.com/"><img src="img/thank-you.jpg" alt="Shri Krishna Packers and Movers" title="Shri Krishna Packers and Movers"> </a>