先帝创业未半而中道崩殂,今天下三分,益州疲弊,此诚危急存亡之秋也。然侍卫之臣不懈于内,忠志之士忘身于外者,盖追先帝之殊遇,欲报之于陛下也。诚宜开张圣听,以光先帝遗德,恢弘志士之气,不宜妄自菲薄,引喻失义,以塞忠谏之路也先帝は天下を興す志半ばにして志半ばにして崩御されました。今、天下は三つに分かれ、益州は疲弊しており、まさに存亡の危機に瀕しております。しかしながら、宮中で職務に励む臣下や、外地で身を顧みず尽力する志士たちがいるのは、ひとえに先帝から受けた格別な恩義を思い、陛下に報いようとする志があるからです。今こそ陛下には広く臣下の意見に耳を傾け、先帝の遺徳を輝かせ、志士たちの士気を高めるべきです。決して自らを卑下したり、不適切な例えを用いて忠言の道を閉ざしたりしてはなりません。鍏堝笣鍒涗笟鏈崐鑰屼腑閬撳穿娈傦紝浠婂ぉ涓嬩笁鍒嗭紝鐩婂窞鐤插紛锛屾璇氬嵄鎬ュ瓨浜′箣绉嬩篃銆傜劧渚嶅崼涔嬭嚕涓嶆噲浜庡唴锛屽繝蹇椾箣澹繕韬簬澶栬€咃紝鐩栬拷鍏堝笣涔嬫畩閬囷紝娆叉姤涔嬩簬闄涗笅涔熴€傝瘹瀹滃紑寮犲湥鍚紝浠ュ厜鍏堝笣閬楀痉锛屾仮寮樺織澹箣姘旓紝涓嶅疁濡勮嚜鑿茶杽锛屽紩鍠诲け涔夛紝浠ュ蹇犺皬涔嬭矾涔
⬆️ Go up: /home
<?php
// error_reporting(E_ALL);
// ini_set("display_errors", 1);
// header('Access-Control-Allow-Origin: *');
// $captcha=$_POST['captcha'];
// $captchatotal=$_POST['captchatotal'];
// print_r($_POST);die();
if(isset($_POST['name']))
// if($_SERVER['REQUEST_METOHD']=='POST')
{
$name=$_POST['name'];
$email=$_POST['email'];
$phone=$_POST['mobile'];
// $subject=$_POST['subject'];
$form_name ="spjvedatamprojects.com";
// $contact_message =$_POST['message'];
// $mailBody = '<html><head>
// <meta http-equiv="content-type" content="text/html; charset=windows-1252"></head><body>
// <table style="border:10px solid #C00F65;" align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" width="650">
// <tbody><tr>
// <td align="left" valign="top"><table style="border-bottom:1px solid #cccccc; border="0" cellpadding="0" cellspacing="0" width="650">
// <tbody><tr>
// <td style="padding: 10px;background-color: #c00f65;" align="left" valign="middle" width="275">
// <img class="CToWUd" alt="www.m3mproperty.in" src="https://m3mproperty.in/assets/img/logo.png" width="100px"></td>
// </tr>
// </tbody></table></td>
// </tr>
// <tr>
// <td align="left" valign="top"><table border="0" cellpadding="0" cellspacing="0" width="650">
// <tbody><tr><td colspan="3" height="30" width="100%"><span height="1" width="1"></td></tr>
// <tr>
// <td width="30"><span height="1" width="1"></td>
// <td style="font-size:13px;color:#333333" width="590">
// <p style="font-family:Arial;font-size:18px;color:#434A54;margin-bottom:0.5em;margin-top:0"></p>
// <p> </p>
// <p style="font-size:13px; font-weight:bold;">Thanks for Submitting your Enquiry with m3mproperty. We will get back to you soon.</p>
// <P>Name :- '.$name.'</p>
// <P>Email :- '.$email.'</p>
// <P>Mobile Number :- '.$phone.'</p>
// <p>For any enquiry mail us on <a href="mailto:info@m3mproperty.in" style="color:#DD861F;text-decoration:none">info@m3mproperty.in</a></p>
// <p></p>
// <div><b> Thank you,</b> </div>
// <div><b> <span class="il">www.m3mproperty.in</span></b> </div>
// </td>
// <td width="30"><span height="1" width="1"></td>
// </tr>
// <tr><td colspan="3" height="30" width="100%"><span height="1" width="1"></td></tr>
// </tbody></table></td>
// </tr>
// </tbody></table>
// </body></html>';
// $subject="m3mdevelopergurgaon m3m-65-avenue M3M Project Quick Contact";
// $form_name ="m3mdevelopergurgaon.com/m3m-65-avenue ".$_POST['form_name'];
// $postData='{"form_name":"'.$form_name.'","subject":"'.$subject.'","name":"'.$name.'","email":"'.$email.'","phone":"'.$phone.'","message":"'.$contact_message.'"}';
$postData='{"form_name":"'.$form_name.'","subject":"'.$subject.'","name":"'.$name.'","email":"'.$email.'","phone":"'.$phone.'"}';
$curl = curl_init();
// https://m3mrprojects.com/mailbox/Api/insertlead
curl_setopt_array($curl, array(
CURLOPT_URL => 'https://m3m-commercial.com/lead-panel/api/insertlead.php',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'POST',
CURLOPT_POSTFIELDS =>$postData,
CURLOPT_HTTPHEADER => array(
'Content-Type: application/json',
'Cookie: ci_session=8edc28fdb0b4ac5d461ec573d17d0033bfc52841'
),
));
$response = curl_exec($curl);
curl_close($curl);
// sendEmail($email,"m3mproperty.in : Thanks for your Query.",$mailBody);
// $infoemail="report@infutive.com";
// sendEmail($infoemail,"m3mproperty.in - whitelandsblissville Quick Contact",$mailBody);
// $reports="info@m3mproperty.in";
// sendEmail($reports,"m3mproperty.in - whitelandsblissville Quick Contact",$mailBody);
// // $reportss="parbhakarpk123@gmail.com";
// // sendEmail($reportss,"m3mproperty.in - M3M Project Quick Contact",$mailBody);
// $reportss="amitsharma@aryanrealtyinfratech.co.in";
// sendEmail($reportss,"m3mproperty.in - M3M Project Quick Contact",$mailBody);
// $designmail="infutivewebdesign@gmail.com";
// sendEmail($designmail,"m3mproperty.in - whitelandsblissville Quick Contact",$mailBody);
// header("location:../thank-you.php");
echo"<script>window.location.href='thank-you.php';</script>";
}
function sendEmail($to,$subject,$message){
$headers = "MIME-Version: 1.0" . "\r\n";
$headers .= "Content-type:text/html;charset=UTF-8" . "\r\n";
// More headers
$headers .= 'From: <info@m3mproperty.in>' . "\r\n";
if(@mail($to,$subject,$message,$headers))
{
return array("valid" => 1,"message" => 'Message has been successfully sent.');
}
else
{
return array("valid" => 0,"message" => 'There is some techincal issue. Please try later.');
}
}
?>