I want to collect info from a form, then submit the form and have it input the data from the form, then forward the user to a new page. The idea is to prevent multiple inserts of the same data. I wanted to implement transactions, i.e. BEGIN...COMMIT, but my provider doesn't allow them. So I was thinking I could have the data processing page use a header("Location: somepaage.php"); but I can't figure out how to use it