Perhaps you didn't understand what I meant.Let me explain suppose you have a code like this
if(isset($_POST["submit"])){
echo "it's ok";
}
If you execute this code you get the message then after hitting the F5 button the message doesnt disappear.However if you press enter in address bar then the message disappears
I am really confused about it