cocaco
Regular Member
- Oct 6, 2009
- 317
- 451
Hello,
i need a script which redirects every second user to another page. (so we can split the traffic to 2 landingpages)
in peudo code it would look like this:
i=1
i++
if (i%2=0)
redirect user to "http://xxxx"
else
redirect user to "http://yyyy"
thanks in advance,
i have no idea about php, only general understanding of programming.
thanks a lot for the guy helping me!"
i need a script which redirects every second user to another page. (so we can split the traffic to 2 landingpages)
in peudo code it would look like this:
i=1
i++
if (i%2=0)
redirect user to "http://xxxx"
else
redirect user to "http://yyyy"
thanks in advance,
i have no idea about php, only general understanding of programming.
thanks a lot for the guy helping me!"