<?php 
// Redirect browser 
header("Location: http://www.example.com/"); 

// stop executing this script 
exit; 
?>   
