Link Pages in PHP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rhyes
    New Member
    • Feb 2007
    • 2

    Link Pages in PHP

    I do not know how to link pages is PHP. Can anyone help me ?

    if ( $count > 0 )

    {
    // I want to link to another pages if the count is > 0 .Say pages2.php

    }

    Thanks in Advance

    Cheers
    Rhyes
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

    #2
    Originally posted by rhyes
    I do not know how to link pages is PHP. Can anyone help me ?

    if ( $count > 0 )

    {
    // I want to link to another pages if the count is > 0 .Say pages2.php

    }

    Thanks in Advance

    Cheers
    Rhyes
    [php]header("Locatio n: pages2.php");[/php]

    Comment

    Working...