Removing duplicates from php array?
Hi how do I remove the duplicate desiredjobposition from this array below?
<?PHP
$array = json_decode($json_string);
//exclude duplicates, only unique categories should come back
//start of our select menu
echo […]
See original post by invalid@example.com (tdd1984)
Leave a Reply
You must be logged in to post a comment.