Posted by Erwin Moller on 11/05/07 18:39
Paul Herber wrote:
> On Mon, 5 Nov 2007 17:24:39 -0000, Krustov <me@privacy.net> wrote:
>
>> $rambo[1]="daffy duck";
>> $rambo[2]="mad max";
>> $rambo[3]="daffy duck";
>> $rambo[4]="superman";
>> etc etc
>>
>> How do i remove duplicate strings from a array ? .
>>
>> ('daffy duck' could appear more than twice in the array)
>>
>> I can already do it via a luddite loop - but figure there must be a
>> better/easier way of doing it .
>
>> (stuckle and his lapdogs are forbidden from replying to this thread as i
>> dont actually want any help from them)
>
> You don't deserve an answer at all then.
>
Dito.
While Jerry can be quite harsh from time to time, he is also damned good
with PHP, and what is more: an active usefull contributor to this group.
comp.lang.php wouldn't be the same without him. ;-)
/me salutes Jerry.
Erwin Moller
[Back to original message]
|