<?
$bolx = explode(" ",$tags);
for ($ix=0;$ix<=count($bolx)-1;$ix++) {
echo "<a href='/tag/$bolx[$ix]'>$bolx[$ix]</a> ";
}?>