PHP: Simple PHP Redirect


/ Published in: PHP
Save to your folder(s)

Simply create a new index.php and place this code within.


Copy this code and paste it in your HTML
  1. <?php
  2. Header( "Name of Site" );
  3. Header( "Location: http://code.google.com/u/chrisaiv/" );
  4. ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.