1.php--->save.php--->1.php
(the program process)
in 1.php when I click submit button it goes to save.php.
when dealing with the program in save.php,I want it show some messages and return to 1.php.
But I had trouble that the 1.php didn't refresh.
can you give me some advise?
save.php
...
...
echo "<script>alert('You have delete one data!!');location.href='1.php';location.reload();</script>";