I got a frame based guestbook and i need to get rid of the
"submit"
The bottom page checks if there is and submitwith
if (isset($_POST["submit"])) {
}
And when i press reload on IE the values resends it to
the databse. How do i clear $_post["submit"]
Hope you will understand this.