|
|
|
php เปลี่ยนเป็น asp } $accinfo = split("[-]", $Period); if($accinfo[0]) |
|
|
|
|
|
|
|
}
$accinfo = split("[-]", $Period);
if($accinfo[0])
{
$recurring = $accinfo[0];
$amount = $accinfo[1];
}
$fullamount = (($amount/100) * 7) + $amount;
$time = date("Y-m-d H:i:s");
$next = 60*60*24*30*$recurring;
$ittime = strtotime($time);
$next1 = $ittime + $next;
$next_pay = strftime('%Y-%m-%d %H:%M:%S',$next1);
$mysql="insert into account set company = '$company', email = '$email', amount = '$fullamount', domain = '$domain', plan = '$plan', batch = '', payment_method = '$paymethod', recurring = '$recurring', username = '$username', password = '$password', firstname = '$firstname', lastname = '$lastname', howfound = '$howfound', comments = '$comments', address = '$address', address2 = '$address2', city = '$city', state = '$state', country = '$country', zip_code = '$zip', phone = '$phone', fax = '$fax', status = '0', timestamp = '$time', next_pay = '$next_pay'";
$newaccount_id = $dbhandle->insert_data_id($mysql);
$from1 = $email;
$Subject = "[$domain] - New Hosting Account";
$to = "[email protected]";
$Body = "Dear Chiangmai Hosting,\n\n";
$Body .= "New hosting account registered from: $firstname $lastname\n\n";
$Body .= "Hosting Account ID: $newaccount_id \n";
$Body .= "Email: $email \n";
$Body .= "Package: $plan\n";
$Body .= "Amount: $fullamount including 7% V.A.T.\n";
$Body .= "Control Panel username: $username\n";
$Body .= "Control Panel password: $password\n";
$Body .= "Domain: $domain \n";
$Body .= "Payment by: $paymethod\n\n";
$Body .= "New payment every: $recurring motnhs\n";
$Body .= "Starting at: $time\n";
$Body .= "Next Payment Due on: $next_pay\n\n";
$Body .= "The customer found us on: $howfound\n\n";
$Body .= "Customer Comments: $comments\n\n";
$Header = ""
. "From: $email\n"
. "Reply-To: $email\n"
. "Content-Type: text/plain; charset=\"windows-874\"\n"
. "X-Mailer: PHP/ . $phpversion()";
mail("$to","$Subject","$Body","$Header","-f $from1");
/******************************************
คนคนมาสมัครเว็บเราแล้วเอาข้อมูลลงในฐานข้อมูล เส็จแล้วให้นำข้อมุลลฏค้าส่งเข้าเมลล์ตัวเอง ตันนี้เป็นโค้ด php ถ้าจะเปลี่ยนเป็น asp จะเขียนดค้ดอย่างไรช่วยบอกหน่อยครับ
*******************************************/
Tag : - - - -
|
|
|
|
|
|
Date :
26 ส.ค. 2548 11:17:21 |
By :
drom_5157 |
View :
2375 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช้ลักษณะรูปแบบอันเดียวกันแต่แค่เปลี่ยน statement เท่านั้นเอง
อย่างเช่น split ใน asp ก็มีคุณก็ประยุกต์ใช้สิครับหรือถ้าไม่เหมือนกันก็คำสั่งอื่น ๆ ที่ให้ค่าคล้าย ๆ กันก็ประยุกต์ใช้สิครับ
ลักษณะการทำงานของสคริปต์ก็ให้ผลคล้าย ๆ กันเพียงแต่รูปแบบคำสั่ง การส่งค่าพารามิเตอร์ ค่าอาร์กิวเม้นท์ อาจจะต่างกัน
concept ก็มีอยู่แล้วนี่ คุณก็ไม่ต้องคิดอะไรมากมายแค่แปลงคำสั่งจาก php มาเป็นคำสั่งของ asp ก็แค่นั้นเอง
ปอกกล้วยได้แล้วก็ควรจะยัดกล้วยเข้าปากด้วยตัวเองนะครับ..อย่าให้คนอื่นเค้าต้องป้อนให้เลย..มีไม้มีมือมีหัวสมองเหมือนกัน
|
|
|
|
|
Date :
26 ส.ค. 2548 12:12:12 |
By :
นายกระจอก |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|