你可以在提交之内就刷新回去。
function alert_refresh($notes)
{
    echo "<Script language='javascript'>window.alert('$notes');</script>";
    echo "<META HTTP-EQUIV=\"Refresh\" CONTENT=\"0; URL=".$_SERVER["HTTP_REFERER"]."\">";
    exit;
}