View Single Post
Old 03-20-2005, 02:26 AM  
xl11
Confirmed User
 
Industry Role:
Join Date: Jul 2003
Posts: 712
PHP Code:

<?

$data = file('data.txt');

shuffle($data);

foreach ($data as $value) {

   echo "Value: $value<br />\n";

}
?>
xl11 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote