Split testing software and nested php

Discussion in 'Products & Tools' started by Jon12345, Feb 19, 2007.

  1. #1
    Lots of these split testing software programs seem to use php/mysql. Problem I've got is that I want to test two versions of a page that has lots of php within it. So if I place their php tag to flipflop the two different pages, the code would break because there would be nested php.

    Any ideas of a solution?

    Thanks,

    Jon
     
    Jon12345, Feb 19, 2007 IP
  2. sadcox66

    sadcox66 Spirit Walker

    Messages:
    496
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If the existing code has
    
    <?php 
    // Add your code below without <?php ?>
    ?>
    
    Code (markup):
    I am curious to which tool your using. I need to do some as well.
    Can you PM me a link to what your using ?
     
    sadcox66, Feb 19, 2007 IP
  3. Jon12345

    Jon12345 Peon

    Messages:
    599
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I wanted to use split testing accelerator but I believe that does not allow this nesting of php. So currently I'm not using a tool.
     
    Jon12345, Feb 19, 2007 IP