View Single Post
Old 07-15-2004, 02:03 PM  
budz
Disruptive Innovator
 
budz's Avatar
 
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 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote