The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need Help with An Array
I have an array that looks kind of like this:
$array = array("rss", "rss, happy, total", "total, happy, yesterday"); Now what I'd like to do is remove all of the duplicates so I have one array that looks like this - just one element in each value. $array = array("rss", "happy", "total", "yesterday"); How could I do this? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|