Quote:
Originally posted by Logician
You can use this query:
SELECT threadid, left(title,28) as title1 FROM thread WHERE visible='1' AND forumid='1' ORDER BY title LIMIT 10
Dont forget to use ??title1?? in your tablerow
|
I tried that but all that appears for each thread title is "_" (which is linked to the thread). The title itself doesn't appear.
If I change "left(title,28)" in the query above to just "title", the thread titles appear (but obviously not only the first 28 characters).