1 2 3 4 5 |
echo "<meta http-equiv='refresh' content='3;index.php'>"; header('location:index.php'); echo "<meta http-equiv='refresh' content='3;".$_SERVER['HTTP_REFERER']."'>"; |
1 2 3 4 5 |
echo "<meta http-equiv='refresh' content='3;index.php'>"; header('location:index.php'); echo "<meta http-equiv='refresh' content='3;".$_SERVER['HTTP_REFERER']."'>"; |