This tutorial tells a simple script to forward a page using php
<?php
header('Location: http://www.anyurl.com/');
?>
Set as favorite
Bookmark
Email This
Hits: 681
Comments (0)

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