PHP
spiderlily
因缘际会,无是无非
展开
-
PHP的mail函数实现邮件发送
在PHP中可以利用mail函数非常便捷的发送邮件: int mail (string address,string subject,string message,string [additional_headers]) 参数分别为(收件人地址,邮件主题,邮件内容,可选(发件人地址可在此添,但前面要加上"From:")) 方法虽然简单,但要系统进行一些配置,否则邮件无法发送成功. 1.先要添原创 2013-03-04 13:53:14 · 651 阅读 · 0 评论 -
转:phpExcel常用方法详解
转自:http://www.imhdr.com/php/commonly-used-method-of-phpexcel-detailed-with-php-export-excel-add-hyperlink/ 1.header header(“Content-Type:application/vnd.ms-excel”); header(“Content-Disposition:转载 2013-09-11 13:34:07 · 820 阅读 · 1 评论 -
php通过socket向应用程序发数据
server c# using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net.Sockets; using System.IO; using System.Configuration; using System.Net; namespace原创 2014-03-28 15:01:49 · 871 阅读 · 0 评论