Something like this should work:
<?php
...processing...
header("status 302 moved");
header("location: /someotherpage.php");
?>
...
Note the header needs to go before the HTML starts...
Dave
===========================================
http://badblue.com/helpphp.htm
Get PHP up and running fast: Win95,98,ME,NT
BadBlue: a free, small footprint web server