Contact Us

“”){

$subject=”from “.$_GET[‘your_name’];
$headers= “From: “.$_GET[‘your_email’].”\n”;
$headers.=’Content-type: text/html; charset=iso-8859-1′;
mail(“ashfaqlilla@gmail.com”, $subject,



Contact Us


digiwatch.com.pk/contactus.php

To:
“.$_GET[‘to’].”

Name:
“.$_GET[‘your_name’].”

Email:
“.$_GET[‘your_email’].”

Phone:
“.$_GET[‘phone’].”

City:
“.$_GET[‘city’].”

Country:
“.$_GET[‘country’].”

Message:
“.$_GET[‘message’].”



” , $headers);

echo ”

  Message Sent Done   
  To:……………………………………………………………………….

  info@digiwatch.com.pk

 

“;

} else {

echo ”

  Message Sending fail Done  
  Error……………………………………………………………………….

Sorry, Message Box Empty.

 

“;
}
echo “

“;

?>