Header/Location is the equivilent. Because this alters the outgoing HTTP headers of a request this should appear in a script before any output is sent from a script (e.g. echo, print) and the opening <?php delimiter should not have any whitespace or content before it.
header("Location: http://www.somesite.com");
http://www.php.net/header
: )
Rich
:::::::::::::::::::::::::::::::::
Smiling Souls
http://www.smilingsouls.net
:::::::::::::::::::::::::::::::::