PHP页面刷新

<?php
echo “<meta http-equiv=\”refresh\” content=\”1;url=’index.php’\”>”;设定时间跳转
echo “<script>window.location=’index.php’;</script>”;跳转
echo “<script language=JavaScript>parent.mainFrame.location.reload();</script>”;//可以刷新别的页面而不跳转
?>


你可能感兴趣的:(PHP页面刷新)