如何部分刷新包含 php 页面?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4767246/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-25 14:18:21  来源:igfitidea点击:

How to partial refresh a include php page?

phppartial-page-refresh

提问by yuli chika

<?php include("news.php"); ?>

Hello, I include a news.phpin my main page index.php. I want to refresh the news.phpevery 30 seconds, but not refresh the main page index.php, How to partial refresh a include php page? Thanks.

您好,我news.php在我的主页中包含了一个index.php。我想news.php每 30 秒刷新一次,但不刷新主页index.php,如何部分刷新包含 php 页面?谢谢。

回答by Bhanu Prakash Pandey

best way is to use AJAX

最好的方法是使用 AJAX

see this link

看到这个链接

refresh a part of webpage in php

在php中刷新部分网页

回答by yuli chika

ajax is the way to do this, i recommend jquery to make it simple

ajax 是这样做的方法,我推荐 jquery 使其简单