Problem w tym iż po zapisaniu strony nie odświeża mi jej na nowo (chodzi pewnie o sesję)
Starałem się użyć następującego kodu
CODE
if (count($_POST)) {
// process the POST data
add_comment($_POST);
// redirect to the same page without the POST data but with the variables
header("Location: ".$_SERVER['PHP_SELF'].$url_append);
die;
}
// process the POST data
add_comment($_POST);
// redirect to the same page without the POST data but with the variables
header("Location: ".$_SERVER['PHP_SELF'].$url_append);
die;
}
lecz bez skutku.
Bardzo proszę o pomoc lub sugestie