摘要:
[代码] [PHP]代码view sourceprint?01function curlrequest($url, $postfield,$referer='',$cookie='') {02//http://blog.ddian.cn/?post=85503$ip= rand(100, 244).'.'.rand(100, 244).'.'.rand(100, 244).'.'.rand(100, 244);04$ch = curl_init();05curl_setopt($ch, CURLOPT_URL, $ 阅读全文
摘要:
[代码] php代码001<?php002003// 请求 PHPmailer类 文件004require_once("class.phpmailer.php"); 005006//发送Email函数007function smtp_mail ( $sendto_email, $subject, $body, $extra_hdrs, $user_name) {008$mail = new PHPMailer(); 009$mail->IsSMTP(); // send via SMTP 010$mail->Host = "smtp.163.co 阅读全文