View Single Post
Old 01-01-2006, 05:13 PM  
mortenb
Confirmed User
 
mortenb's Avatar
 
Join Date: Jul 2004
Location: Denmark ICQ: 7880009
Posts: 2,203
something like:

PHP Code:
<?php
$urls 
file("file.txt");
shuffle($urls);
for(
$i=0;$i<count($urls);$i++) {
   echo 
$urls[$i];
}
?>
mortenb is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote