一旦存储到数据库中的值,我想刷新动态创建的表。我尝试过如下:
include "test2.php";
而不是使用此echo "file path of test2.php";
,如何单独刷新表。
答案 0 :(得分:0)
您可以通过Loading Page Fragments
完成此操作。 Documentation
function RefreshTable() {
$( "#YourTaleID" ).load( "yourpage.html #YourTaleID" );
}