Welcome Guest, Not a member yet? Register   Sign In
Create a tag cloud (kind of)
#6

[eluser]drewbee[/eluser]
this is taken care of by a simple query
Code:
SELECT word_list, COUNT(word_list) AS total FROM words GROUP BY word_list

This will give you your each distinct word ONCE, along with the total times that the word occured.


Messages In This Thread
Create a tag cloud (kind of) - by El Forum - 11-13-2008, 03:53 PM
Create a tag cloud (kind of) - by El Forum - 11-13-2008, 03:57 PM
Create a tag cloud (kind of) - by El Forum - 11-13-2008, 03:59 PM
Create a tag cloud (kind of) - by El Forum - 11-13-2008, 04:00 PM
Create a tag cloud (kind of) - by El Forum - 11-13-2008, 04:11 PM
Create a tag cloud (kind of) - by El Forum - 11-13-2008, 04:19 PM
Create a tag cloud (kind of) - by El Forum - 11-13-2008, 04:29 PM
Create a tag cloud (kind of) - by El Forum - 11-14-2008, 07:32 AM
Create a tag cloud (kind of) - by El Forum - 11-14-2008, 03:04 PM
Create a tag cloud (kind of) - by El Forum - 11-14-2008, 03:12 PM
Create a tag cloud (kind of) - by El Forum - 11-14-2008, 03:41 PM
Create a tag cloud (kind of) - by El Forum - 11-14-2008, 03:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB