Quote:
Originally posted by grb123
I have the following in my query
|
@grb123: It's your query design that has the problem:
Try to follow my suggestion in my previous message. Like this:
Query:
SELECT threadid, left(title,18) as title1, forumid, postusername, dateline FROM thread WHERE forumid='28' ORDER BY dateline DESC LIMIT 10
Tablerow:
<tr><td class="leftboxcontent"><a href="$bburl/showthread.php?s=&threadid=??threadid??">??title1? ?</a></td><tr>
See the difference?
@Rose: Need to go offline now, I'll answer you ASAP..