View Single Post
Old 10-01-2004, 06:25 PM  
JSA Matt
So Fucking Banned
 
Join Date: Aug 2003
Location: San Diego, CA
Posts: 5,464
PHP Code:
$data file("words.txt");
sort($data);

for (
$i 0$i count($data); $i++) {
  echo 
$data[$i] . "\n";

JSA Matt is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote