I like to stop the categories from repeating
here's my code:
foreach($categories as $name[1]=>$identity) {
$identity = trim($identity);
$name = explode("|", $identity);
$num = explode("|", $identity);
echo ("<a href=\"?cat=$num[0]\">$name[1]</a> ");
Can anybody help please.