Hice esto:
Código PHP:
$query = mysql_query("SELECT * FROM noticias ORDER BY id DESC LIMIT 5");
$tagi = mysql_fetch_array($query);
$tag = $tagi['tag'];
$tags = explode(",",$tag);
foreach($tags as $tag)
echo "<a href='buscar.php?tag=".$tag.">".$tag."</a>";
Pero no me sale bien :S no se porque! me sale solo una tag y en ruta del enlace, sale asi:
http://miweb.com/buscar.php?tag=cali...3E%3Ca%20href=
:S