1.php <?php header("content-type:text/html;charset=gb2312"); ...
php实现最近浏览的商品
<?php setcookie("test[username]","test",time()+3600); setcookie("test[age...
php.ini中error_reporting参数的配置
http://www.jb51.net/article/27560.htm error_reporting(0);//禁用错误报告 error_repo...
file_get_contents防止超时
解决file_get_contents超时 <?php $ctx = stream_context_c...
php隐藏下载真实路径
平时我们在一些网站上看到提供软件下载,链接中只有一些参数,却看不到真实的路径. 图片,文档左键点击,都是弹出另存为对话框,而不是直接打开! 另附ASP版...
preg_replace与preg_match
preg_replace.php <?php $content="[page]第一页[/page][page]第二页[/page][Page]第三...
php查找重复的记录
1.查找有一个字段值重复的sql语句 select username,count(*) from userinfo group by use...
armbian系统crontab无效
crontab用来作为计划任务再合适不过了 可是最近在使用的过程中碰到问题 以为很简单 无非是没有安装cron,于是apt-get install cron ser...