以下の形で、リダイレクト機能として使用します。

<?php

header(“Location: http://www.example.com/”);

exit(); ←必要

?>