Posts

Showing posts from November, 2016
Review Send Form from your Website. <?php if(isset($_POST['submit'])){     $to = "youremail@gmail.com"; // this is your Email address     $from = $_POST['email']; // this is the sender's Email address     $first_name = $_POST['first_name'];     $last_name = $_POST['last_name'];     $email = $_POST['email'];     $company = $_POST['company'];     $subject = "( $first_name Post New Review For BLU N White.com )  ";     $mobile =  $_POST['mobile'];     $select =  $_POST['select'];     $subject2 = "Copy of your form submission";     $message = "Dear Website Admin,\n\n  Client provides feedback for our services details are below,\n \n     CLIENT NAME : "   .    $first_name . " " ."\n\n" . " ADDRESS : " . $last_name . " "."\n\n" . "CITY : " . $email.""."\n\n" ."COMPANY NAME : ". ...