Thread
:
I have a huge list of urls, need app to remove duplicates
View Single Post
07-15-2004, 02:03 PM
budz
Disruptive Innovator
Industry Role:
Join Date: Sep 2003
Location: Vegas
Posts: 4,230
$sliced = explode("\n", $pizza);
$new_array = array_unique($sliced);
echo implode("\n",$new_array);
__________________
C:\Code\
C:\Code\Run\
budz
View Public Profile
Visit budz's homepage!
Find More Posts by budz