MYSQL: Addressing similarly named rows in vbTemplates
I am doing a left join and have now have two parameters called "title":
p.title=title of the post
t.title=title of the thread
The vbtemplate can only seem to address $latest[title]. How do I discriminate between one and the other? I tried $latest[p.title] or $latest[t.title], but the template compiler didn't like that.
Thanks
Matt
|