Re: setting up a A/B split test with PHP



Look into sessions. In the session variable, you can store the chosen
version, so that you can present the same version with the next hit.

.