Im a nub

Discussion in 'PHP' started by needsmoney, May 10, 2008.

  1. #1
    Im a noobie at PhP, how do you make a redirirection site? I've been trying but i dont know how to do it
     
    needsmoney, May 10, 2008 IP
  2. Randombase

    Randombase Peon

    Messages:
    224
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <?php
    header("Location: http://www.google.com");
    ?>
    
    PHP:
     
    Randombase, May 10, 2008 IP