|
you just need a mapping table between artists and threads, how depends on how you identify the artists.
In snitz the threads are in the "topics" table and replies are in the "reply" table, and the linking field in reply is topic_id.
So you would need to pull the artist ID, JOIN the topics ON artistID and JOIN the replies to topics.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|