Fix My Computer, Mark! - PHP URL Redirect 

PHP URL Redirect

PHP URL Redirect is just like it says. The code for this script is short and simple. The following code goes at the top of the page.


<?php
header("location:http://www.domainname.com/");
exit;
?>


This script shows the new page that the refresh points to.

Click to listen highlighted text!