I use $_POST to send all the information to other pages using forms but when I get to the other pages and try to find mistakes with my programming i find:
When I refresh the window the action from the previous page happens again i.e. if I am emailing something everytime I refresh that page I email out another email.
Is there anything I can do to correct this problem with php or anyother programming language thanks for the help
The problem is that when you refresh the browser it seems to hold the same $_POST values