Message Text |
Okay, I can't get my head around this:
To make explaining easier, assume that we are dealing with the 'title' field. In my directory many links have the same title, and on one page I would like to display how many pages with the same title there are, like "title 1" (xx times), "title 2" (xx times). Is there any way to easily display that with available variables?
I know I could do this with PHP/mySQL code, but I don't even wanna think about the mess when that code has to be processed 300 times |