I want to forward users to a page after they submit a form, I use include "page.php"; and it works but then if they reload it submits the data again which isn't good.
Instead of seeing the page from inside the previous page which is what include does, I want to go straight there.
Does anyone know which php command will do it?
thanks a bunch!~