| 
  To ask a question please follow this link:  https://billing.domns.com/submitticket.php?step=2&deptid=3&brnd=3
 
 
 if ($c=="c") {
 $txt.="ADULT SUPPORT MESSAGE ENG\n".
        "========================\n".
        "domain $domain\n".
        "Login $login\n".
		"Password $passn\n".
        "========================\n".
        "$text\n".
		"========================\n";
 $st="From: $email <$email>";
 $target_email[1]="support@adult-host-site.com";
 $target_email[2]="billing@adult-host-site.com";
 for ($j=1; $j<=sizeof($target_email); $j++) {
 mail( $target_email[$j], "SUPPORT: $domain_name: $subj", $txt,  $st  );
   }
    echo "
   Your message has been sent. 
 
 Our staff will answer your questions as soon as possible.
 
 
 
 
 
 
 
 
 
 ";
 }
 ?>
 |