//php code By Gitem $tags ="What,The,Hell,Is,That,2007,Part,1"; $tags_array = explode(",", trim($tags)); $count = count($tags_array); foreach($tags_array AS $tag) { echo '.$tag.'; $count--; if ($count > 0) echo $separator; }
Form:http://board.michaelpark.net/viewtopic.php?t=35Labels: code, generator, php, tags |