Possible Duplicate:
PHP page redirect
how do i redirect to another page in php, once a process is finished.
for example my <form>
tag sets the action attribute to "process.php". After the process on process.php is finished i want it to redirect to the site it cam from. how is that done?