Jump to content

[SOLVED] how do I do this with arrays?


aebstract

Recommended Posts

Fairly simple question I think, I've just never had to do it before. I'm going to have an array with like 300 items or more and need to be able to delete duplicate items. Is there a function or something I am looking for to do this? Don't want anyone to write it for me but show me which direction to go. Thanks.

 

Array example in case my description sucks:

 

0 - alpha

1 - beta

2 - charlie

3 - beta (gets deleted)

4 - delta

5 - alpha (gets deleted)

Link to comment
https://forums.phpfreaks.com/topic/126891-solved-how-do-i-do-this-with-arrays/
Share on other sites

Fairly simple question I think, I've just never had to do it before. I'm going to have an array with like 300 items or more and need to be able to delete duplicate items. Is there a function or something I am looking for to do this? Don't want anyone to write it for me but show me which direction to go. Thanks.

 

Array example in case my description sucks:

 

0 - alpha

1 - beta

2 - charlie

3 - beta (gets deleted)

4 - delta

5 - alpha (gets deleted)

 

http://www.php.net/manual/en/function.array-unique.php

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.