使用php从动态.txt文件中获取内容

时间:2016-07-01 12:55:21

标签: php html5

我正在使用:

<?php

$file = file_get_contents("currentstate.txt","r");
echo($file);

?>

根据请求在模态窗口中显示txt文件的内容。

txt文件的内容是动态的,但php只显示加载页面时的内容。我需要一种方法来更新php显示的内容,而无需刷新页面。

TIA

1 个答案:

答案 0 :(得分:0)

这项任务需要ajax或Jquery