issues with last post
hi, setting topic list forum, , want show when last post was. have table topics, , table responses. these tables linked together.
on topic list page have query
select * topics
left outer join topic_messages
on topics.id_topics=topic_messages.id_topics_messages
however when output query repeating topics in relation how many many messages there have been specific top...
the way have found display topics once remove join in query , have
select * topics
but means can no longer draw "last post" info messages table...
any ideas of how round this???cheers
on topic list page have query
select * topics
left outer join topic_messages
on topics.id_topics=topic_messages.id_topics_messages
however when output query repeating topics in relation how many many messages there have been specific top...
the way have found display topics once remove join in query , have
select * topics
but means can no longer draw "last post" info messages table...
any ideas of how round this???cheers
read cfml reference manual. specifically, read cfoutput tag , it's group attribute. if don't have manual, google <cfoutput>
More discussions in Advanced Techniques
adobe
Comments
Post a Comment