//PHP maileric]
Define(_vStrRootPath,"../../../");
Include( _vStrRootPath . "_tarad/_libraries/class.phpmailer.php" );
Include( _vStrRootPath . "_tarad/_libraries/function_mailer.php" ); // include for use class phpmailer to send email
Include( _vStrRootPath . "_tarad/_libraries/function_mailer_return.php" );
mysql_query("SET NAMES 'tis620'");
echo "";
if($mode=='regis'){
$pic_path="http://www.tarad.com/_tarad/landingpages/tarad_toy/";
$vStrCodeFileHTMLToSale='
ตลาดของเล่น เกมส์ การ์ตูน 2008 : สนใจสั่งจองพื้นที่ โทร. 02-298-0999
 |
 |
 |
 |
 |
ชื่อ : |
'.$fname.' |
นามสกุล : |
'.$lname.' |
e-mail : |
'.$email.' |
เบอร์โทร : |
'.$tel.' |
มือถือ : |
'.$mobile.' |
ประเภทสินค้า : |
'.$product.' |
| |
|
| |
|
|
 |
 |
 |
 |
 |
';
//************* send to owner ****************
//echo $vStrCodeFileHTMLToSale;
$vStrEmailTo = "taradevent@gmail.com";
$vStrEmailSubject = "ตลาดของเล่น เกม การ์ตูน 2008 สนใจสั่งจองพื้นที่โทร 02-298-0999";
$vStrEmailMessage = $vStrCodeFileHTMLToSale;
phpmailer($email,$vStrEmailTo,$vStrEmailSubject,$vStrEmailMessage); // from, to , subject , message
$vStrCodeFileHTMLToCustomer='
ตลาดของเล่น เกมส์ การ์ตูน 2008 : สนใจสั่งจองพื้นที่ โทร. 02-298-0999
 |
 |
 |
 |
 |
ชื่อ : |
'.$fname.' |
นามสกุล : |
'.$lname.' |
e-mail : |
'.$email.' |
เบอร์โทร : |
'.$tel.' |
มือถือ : |
'.$mobile.' |
ประเภทสินค้า : |
'.$product.' |
| |
|
| |
|
|
 |
 |
 |
 |
 |
';
//************* send to customer ****************
$vStrEmailTo2 =$email;
$vStrEmailSubject2= "ตลาดของเล่น เกม การ์ตูน 2008 สนใจสั่งจองพื้นที่โทร 02-298-0999";
$vStrEmailMessage2 = $vStrCodeFileHTMLToCustomer;
phpmailer("event@tarad.com",$vStrEmailTo2,$vStrEmailSubject2,$vStrEmailMessage2); // from, to , subject , message
echo $vStrCodeFileHTMLToCustomer;
} else { // end if regis
?>
ตลาดของเล่น เกมส์ การ์ตูน 2008 : สนใจสั่งจองพื้นที่ โทร. 02-298-0999
}?>