just remember that if you do it that way, they will go to a blank page and sit there.
if you want, you can have a file with this:
<?
// all php code in here
header("location:url");
?>
Then, the form will go to whatever URL you specify after executing all the php code.