Hawkee commented on a Page, Tagcloud Font Distributor  -  Mar 28, 2006

This should do the trick here:

require(\"databaseconnection.php\");

$tags=array();

$sql = \"SELECT tag, COUNT(tag) as count FROM links_tags GROUP BY tag ORDER BY count\";
$result = mysql_query($sql);

while ($rowInfo = mysql_fetch_assoc($result))
{
$tempTag[tag_name] = $rowInfo[\'tag\'];
$tempTag[tag_count] = $rowInfo[\'count\'];
$tags[] = $tempTag;
}

$tags = cloud_tags($tags);

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.