
07-30-2002, 09:11 PM
|
|
|
Join Date: Nov 2001
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally posted by Logician
@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? 
|
Ah excellent- works perfectly! Thanks very much!
|