aebstract Posted October 3, 2008 Share Posted October 3, 2008 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 More sharing options...
KevinM1 Posted October 3, 2008 Share Posted October 3, 2008 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 Link to comment https://forums.phpfreaks.com/topic/126891-solved-how-do-i-do-this-with-arrays/#findComment-656293 Share on other sites More sharing options...
aebstract Posted October 3, 2008 Author Share Posted October 3, 2008 Thank you Link to comment https://forums.phpfreaks.com/topic/126891-solved-how-do-i-do-this-with-arrays/#findComment-656296 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.