随笔分类 -  php错误

摘要:curl 错误代码列表CURLE_UNSUPPORTED_PROTOCOL (1) – 您传送给 libcurl 的网址使用了此 libcurl 不支持的协议。 可能是您没有使用的编译时选项造成了这种情况(可能是协议字符串拼写有误,或没有指定协议 libcurl 代码)。CURLE_FAILED_I... 阅读全文
posted @ 2014-04-30 16:44 闲云-野鹤 阅读(1061) 评论(0) 推荐(0) 编辑
摘要:Send via the PHP mail() function function mail_send($header, $body) { // Create mail recipient list $to = $this->to[0][0]; // no extra comma for($x = 1; $x to); $x++) $to .= sprintf(",%s", $this->to[$x][0]); for($x = 0; $x cc); $x++) $to .= sprin... 阅读全文
posted @ 2014-04-11 23:43 闲云-野鹤 阅读(4193) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示