摘要: php发送邮件,可以发送带附件邮件。1,emailclass.phpsubject = $subject; $this->addr_to = $to; $this->smtp_headers = $this->write_smtpheaders($from); $this->text_body = $this->write_body($msg); $this->text_encoded = $this->attach_file($filename,$downfilename,$mimetype,$mime_filename); $this->mi 阅读全文
posted @ 2014-01-26 10:26 min_cj 阅读(2182) 评论(0) 推荐(0)
摘要: 1表单提交一次,就弹出一个提示框,防止第二次弹出,可用现在提交的时候设置一个session值,然后ajax获取,再销毁2下载文件的时候,文件名中的中文要编码一样才能读取3循环列表中class的点击事件,最好用onclick方式 阅读全文
posted @ 2014-01-26 10:11 min_cj 阅读(514) 评论(0) 推荐(0)