发布网友 发布时间:2022-04-06 04:22
共3个回答
热心网友 时间:2022-04-06 05:52
$test = @file_get_contents("http://localhost:2867/Today.asp?chatype=1&lianmeng=1&timer1=2010-08-14&timer2=2010-08-14&subok=ok");
热心网友 时间:2022-04-06 07:10
1、如1楼所说,给每个可能出错的php语句加一个@,肯定地,这样很麻烦;
2、设置配置文件:DisplayErrors:off(不知道有没有写错)
3、给每个PHP文件加一个设置:set后面什么来着忘了,去网上搜搜看
热心网友 时间:2022-04-06 08:44
函数名前面加@
@file_get_contents