rotate landing page script?

Discussion in 'Affiliate Programs' started by SCM Media, Mar 5, 2008.

  1. #1
    does anyone know any php code or script that can rotate between two different landing pages?
     
    SCM Media, Mar 5, 2008 IP
  2. pamminikin

    pamminikin Peon

    Messages:
    127
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Google Optimizer might help you. They have beta testing set up to view a step-bystep demonstration of how to successfully launch multivariate and A/B split experiments.

    Not sure if that will help your situation, but thought I'd throw out this option.

    Thanks
    Pam
     
    pamminikin, Mar 6, 2008 IP
  3. Arson

    Arson Well-Known Member

    Messages:
    622
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    120
    #3
    I would use a PHP script.

    Keep the content of each page in the database, and then have the script randomly choose which content to display.
     
    Arson, Mar 6, 2008 IP
  4. darkmessiah

    darkmessiah Peon

    Messages:
    500
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #4
    could be as easy as making each page seperate. then use a switch statement to iframe the page you want. That's the cheep, lazy, non database way. Or do a switch statement on a header("Location: site.html"); kind of thing
     
    darkmessiah, Mar 6, 2008 IP