ok

Mini Shell

Direktori : /proc/self/root/home/importfo/public_html/inddigmedia.in/
Upload File :
Current File : //proc/self/root/home/importfo/public_html/inddigmedia.in/inquiry.php

     
      <?php
        if(isset($_POST['submit']))
        {
            $name=$_POST['name'];
            $email=$_POST['email'];
            $contact=$_POST['contact'];
            $subject=$_POST['subject'];
            $msg=$_POST['msg'];
            
            date_default_timezone_set('Asia/Kolkata');
            $currentTime = date( 'd-m-Y h:i:s A', time () );
            
            
           
                $to = "patelsanjay967@gmail.com";
                $subject = "Contact Enquiry Detail Inddigmedia";
         
                $message .= "<h4>Name : $name</h4>";
                $message .= "<h4>Email : $email </h4>";
                $message .= "<h4>Contact : $contact </h4>";
                $message .= "<h4>Subject : $subject </h4>";
                $message .= "<h4>Message : $msg </h4>";
                $message .= "<h4>Date  : $currentTime </h4>";

                $header = "From:$email \r\n";
                /*$header .= "Cc:inddigmedia@gmail.com\r\n";*/
                $header .= "MIME-Version: 1.0\r\n";
                $header .= "Content-type: text/html\r\n";
             
                $retval = mail ($to,$subject,$message,$header);
                if( $retval == true )
                { 
                  echo ("<script LANGUAGE='JavaScript'>window.location.href='thanks.php';</script>");
                  /*echo "email send sucessfully";*/ 
                }

            
            else
            {
                echo "Email Could Not Send.!";
            }
        }
        
      ?>
      
   

Zerion Mini Shell 1.0