View Single Post
Old 03-20-2005, 03:18 AM  
Explicit
Confirmed User
 
Join Date: Jul 2004
Posts: 814
Quote:
Originally Posted by xl11
PHP Code:

<?

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

shuffle($data);

foreach ($data as $value) {

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

}
?>
wow, i was pretty damn close ehh, thanks for the visual.
Explicit is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote