Once you collect the data you want, you can do something like this. This is a page called page.php:
<?php
if ($isset($v1)) {
header("location: nextpage.php?v1=".$v1."&v2=".$v2");
?>
<body><form action=page.php method=get>
<input type=text name=v1 value="">
<input type=text name=v2 value="">
<input type=submit>
</form></body>
Basically this page just submits to itself and redirects if everything is okay.
===========================================
http://badblue.com/helpphp.htm
Free small footprint web server for Windows
PHP, file-sharing, Access/Excel transcoding