黄聪

论SEO对人类的重要性,请看我的博客:hcsem.com

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2011年5月19日

摘要: PHP发送邮件的小程序很简单,不过有些需要注意的地方。先上代码:view sourceprint?01<?php 02$to = "gonnsai@163.com"; 0304$user = "Gonn";05$date = date("Y年m月d日");0607$headers = 'MIME-Version: 1.0' . "\r\n";08$headers .= 'Content-type: text/html; charset=utf-8' . "\r\n&q 阅读全文
posted @ 2011-05-19 00:21 黄聪 阅读(857) 评论(0) 推荐(0) 编辑