Url Forwarding using php

Print

This tutorial tells a simple script to forward a page using php


<?php
header('Location: http://www.anyurl.com/');
?>