View Single Post
Old 09-17-2002, 11:45 AM  
ldinternet
Confirmed User
 
Join Date: Apr 2001
Posts: 8,245
Here is the PHP.

Code:
<?php
mt_srand((float)microtime()*1000000);
$f=file("links.txt");
$u=trim($f[mt_rand(0,sizeof($f)-1)]);
header("Location: $u");
?>
links.txt = list of links in a text file, one on each line.
ldinternet is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote