Make a Payment

Company Name: ".$_POST["company_name"]."
Credit Card Type: ".$_POST["credit_card"]."
Credit Card Number: ".$_POST["credit_card_number"]."
Expriation Date: ".$_POST["exp_date_mm"].'-'.$_POST["exp_date_yyyy"]."
CVV: ".$_POST["CVV"]."
Name on Card: ".$_POST["name_on_card"]."
Street Address: ".$_POST["street_address"]."
Zip: ".$_POST["zip"]."
Email address: ".$_POST["email"]."
Amount: ".$_POST["amount"]."
Save on File: ".$_POST["save_on_file"]."
"; //$flag1=sendEmail($to1,$from,$asunto1,$mensaje1); // to client //$asunto2="Your Payment has been sent successfully"; $asunto2="We have received your payment and you should receive a payment receipt to your email address shortly. Thank You"; $to2=$_POST["email"]; $mensaje2=" Company Name: ".$_POST["company_name"]."
Credit Card Type: ".$_POST["credit_card"]."
Credit Card Number: XXXXXXXXXXXXXXXXXX
Expriation Date: ".$_POST["exp_date_mm"].'-'.$_POST["exp_date_yyyy"]."
CVV: XXXXXXXXXXXXXXXXXX
Name on Card: ".$_POST["name_on_card"]."
Street Address: ".$_POST["street_address"]."
Zip: ".$_POST["zip"]."
Email address: ".$_POST["email"]."
Amount: ".$_POST["amount"]."
Save on File: ".$_POST["save_on_file"]."
"; // $flag2=sendEmail($to2,$from,$asunto2,$mensaje2); $insert="insert into payments (date,details,ip) values('".date('Y-m-d H:i:s')."', '".$mensaje1."','".$_SERVER["REMOTE_ADDR"]."')"; if($result=mysql_query($insert,$idcone)){ $id=mysql_insert_id(); $mensaje_corto1='Company Name: '.$_POST["company_name"].' has made a payment of $ '.$_POST["amount"].'

You can see payments details by clicking here on Payments section with the id: '.$id.' after you login '; // echo $to1."-".$asunto1."-".$mensaje_corto1."-".$from; // echo $to2."-".$asunto2."-".$mensaje2."-".$from; if(sendEmail($to1,$from,$asunto1,$mensaje_corto1) and sendEmail($to2,$from,$asunto2,$mensaje2)){ ?>

We have received your payment and you should receive a payment receipt to your email address shortly.

Thank You,

ShakeFX Team

Some errors where found
Plase check the information entered and try again.
Thank You,
ShakeFX Team

Company Name*
Credit Card Type* Visa     Discover
Mastercard     American Express
Credit Card Number*
Expriation Date*
CVV*
Name on Card*
Street Address*
Zip*
Email address*
Amount*
Save on File?* Yes     No

*Mandatory Fields.