Tutorial PHP Redirect

by in , 0

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

Leave a Reply