我正在使用以下行来获取页面内容:
$handle = file_get_contents(
"http://www.mywebsite.com/index.php?show=users&action=msg§ion=send",
NULL,
NULL,
1000,
19000);
然后,我收到以下消息:
警告:file_get_contents(http://www.mywebsite.com/index.php?show=users&action=msg §ion=send ):打开流失败:HTTP 请求失败!HTTP/1.0 403 禁止
(请注意粗体部分)。
这是怎么回事?为什么它会更改 url 参数?