View Single Post
Old 03-11-2012, 09:23 PM  
Zorgman
Confirmed User
 
Zorgman's Avatar
 
Join Date: Aug 2002
Location: Sydney, Australia
Posts: 6,103
If your using php, this should work.
Code:
$rand = rand(1,4);
if($rand=="1"){
$url = "http://"; // go to trafficholder url
} else {
$url = "http://"; // to to normal link
}
__________________
---
Zorgman is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote