08-18-2008, 08:08 PM
|
#2 (permalink)
|
|
is cute and cuddly
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
|
Duplicate words?
PHP Code:
$arr= file('file.txt'); array_unique($arr);
Then write it back to the file, or put er where ever suits you (in a database, in your pocket, in your cars cup holder, or in your wifes bra for safekeeping).
-m
|
|
|
|