Open new page

Discussion in 'PHP' started by chxxangie, Nov 11, 2007.

  1. #1
    
    <?php
    if ($radiobutton=="product"){ 
    //Open this page with link "search.php"
    }?>
    
    PHP:
    beside of using js(document.location),any way can do it by php?
     
    chxxangie, Nov 11, 2007 IP
  2. bobb1589

    bobb1589 Peon

    Messages:
    289
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #2
    header("Location:search.php");
     
    bobb1589, Nov 11, 2007 IP
  3. chxxangie

    chxxangie Peon

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks for helping :)
     
    chxxangie, Nov 12, 2007 IP