This tutorial tells a simple script to forward a page using php
<?phpheader('Location: http://www.anyurl.com/');?>