PHP调试小错误汇总

it2026-02-16  23

1.中文显示乱码

解决:加上header('Content-type:text');

2.Unable to find the wrapper "https

解决:到php.ini中把extension=php_openssl.dll前面的;删掉,重启apache服务

转载于:https://www.cnblogs.com/zhengwk/p/5830476.html

相关资源:php中出现空白页的原因及解决方法汇总
最新回复(0)