PHP
musicrabbit
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PHP fsockopen 函数报错 Permission denied13
php fsockopen Permission denied13 command in order for SELinux to allow php to open a web file: /usr/sbin/setsebool httpd_can_network_connect=1 To make the change permanent, run it with the原创 2013-03-26 11:00:59 · 1355 阅读 · 0 评论 -
PHP中文乱码
使用utf-8编码,那么php要输出头 :header(“Content-Type: text/html; charset=utf-8"),静态页面添加 另存为utf-8格式,一般utf-8文件开头会有BOM,如果使用 session就会出乱码问题,需去掉BOM信息原创 2012-09-25 20:23:16 · 578 阅读 · 0 评论
分享