利用curl来模拟表单提交上传图片 submit.php <?php header("content-type:text/html;charset=utf-8"); //http:/... 2014年01月08日 阅读 75 次浏览 发表评论 阅读全文
php模拟表单提交 用curl来模拟表单的提交 submit.php <?php header("content-type:text/html;charset=utf-8"); ... 2014年01月08日 阅读 119 次浏览 发表评论 阅读全文
很好的入门class的文章 转:http://www.phplover.cn/post/php-class.html 都说学习php就是学习函数和面向对象,这话确实不假... 2014年01月08日 阅读 170 次浏览 发表评论 阅读全文
PHP获取网页内容的几种方法 转:http://s4nds.diandian.com/post/2012-03-25/18565401 方法1: 用file_get_contents 以get方... 2014年01月08日 阅读 125 次浏览 发表评论 阅读全文
svn忽略文件和文件夹 转:http://www.uml.org.cn/pzgl/2009061910.asp 忽略已经版本控制的文件 如果你不小心添加了一些应该被忽略的文件,你如何将它们... 2014年01月08日 阅读 117 次浏览 发表评论 阅读全文
Mysql中的临时表使用方法 转:http://www.wdphp.com/Mysql/show_533.html 当工作在非常大的表上时,你可能偶尔需要运行很多查询获得一个大量数据的小的子集,... 2014年01月08日 阅读 126 次浏览 发表评论 阅读全文
PHP函数:nl2br() nl2br 将换行字符转成 <br>。 语法: string nl2br(string string); 返回值: 字符串 函数种类: 资料处理... 2014年01月08日 阅读 67 次浏览 发表评论 阅读全文
Ubuntu查看crontab运行日志 转: http://www.linuxidc.com/Linux/2013-02/79044.htm apt-get install cron apt-g... 2014年01月08日 阅读 66 次浏览 发表评论 阅读全文
ajax使用post方法 <script language=javascript src="jquery.js"></script> <script type=... 2014年01月08日 阅读 54 次浏览 发表评论 阅读全文