在我的本地 PHP 文件 test.php 中,我使用 php 函数 file_get_contents 来获取论坛索引页面。
echo file_get_contents('http://www.XX.com/forum.php');
当论坛数据,如发帖,会员发生变化时,我刷新test.php,内容没有变化,我想知道为什么?
在我的本地 PHP 文件 test.php 中,我使用 php 函数 file_get_contents 来获取论坛索引页面。
echo file_get_contents('http://www.XX.com/forum.php');
当论坛数据,如发帖,会员发生变化时,我刷新test.php,内容没有变化,我想知道为什么?