会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
5Arno
博客园
首页
新随笔
联系
订阅
管理
12 2020 档案
PHP和apache去掉头部信息
摘要:#php去掉头部信息 打开php.ini 找到expose_php,改成Off 开启后截图 关闭后截图
阅读全文
posted @
2020-12-18 09:49
Lay0us
阅读(153)
评论(0)
推荐(0)
PHP每间隔x秒刷新页面、设置UTF-8
摘要:代码如下: PHP每间隔5秒刷新页面 <meta http-equiv="refresh" content="5"/> PHP设置页面编码为UTF-8 header("Content-type: text/html; charset=utf-8");
阅读全文
posted @
2020-12-18 09:48
Lay0us
阅读(259)
评论(0)
推荐(0)
公告