放在header里就可以定时刷新
<meta http-equiv="refresh" content="2">
放在函数里刷新一次
<?php echo '<meta http-equiv="refresh" content="0"'; echo "<script>alert('操作成功');location.href='".$_SERVER["HTTP_REFERER"]."';</script>"; ?>
博客列表 >指定时间刷新页面
放在header里就可以定时刷新
<meta http-equiv="refresh" content="2">
<?php echo '<meta http-equiv="refresh" content="0"'; echo "<script>alert('操作成功');location.href='".$_SERVER["HTTP_REFERER"]."';</script>"; ?>