Set the ACTION of the FORM tag to point to the page you want the form submitted to. For example
<FORM action="movrev.php?id=1">
Don't forget to add the other FORM attributes like method, name etc.
You may have to play around a bit with getting both the form values and the value in the URL at the other end.