Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 2 of 2
Search took 0.37 seconds.
Search: Posts Made By: Johnny12345
Forum: Ad Networks (CPM/CPL, Display) 24th June 2013, 09:52 PM
Replies: 14
Views: 5,166
Posted By Johnny12345
Re: 100% Free Split Testing Script!

The random numbers generated will even out over the course of many views. So that's NOT why it doesn't rotate evenly.

The code says, "if the random number is LESS than 5." That means 4 or less....
Forum: Ad Networks (CPM/CPL, Display) 24th June 2013, 06:43 PM
Replies: 14
Views: 5,166
Posted By Johnny12345
Re: 100% Free Split Testing Script!

<?
if(rand(1,10) < 5) {
header("Location: http://www.affiliatelink.com");
} else {
header("Location: http://www.affiliatelink.com");
}
?>
Showing results 1 to 2 of 2

 
Forum Jump


All times are GMT -6. The time now is 08:41 PM.