php redirects

Discussion in 'HTML & Website Design' started by Sawya, Jan 1, 2008.

  1. #1
    Could someone explain php redirects to me please? I this is like a n00b question, but I heard them mentioned someplace but can't remember where.
     
    Sawya, Jan 1, 2008 IP
  2. Emerhil

    Emerhil Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    see the thread below for the answer:

    http://forums.digitalpoint.com/showthread.php?t=629408
     
    Emerhil, Jan 1, 2008 IP
  3. webkid

    webkid Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You can use the "header()" php function...many examples out there... good luck
     
    webkid, Jan 1, 2008 IP
  4. temp2

    temp2 Well-Known Member

    Messages:
    1,231
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    150
    Digital Goods:
    2
    #4
    header("Location: url");
     
    temp2, Jan 1, 2008 IP