|
|
Registered User Currently Offline
|
Posts: 11
Join Date: May 2005
|
Sorted it out
My fault
In the SQL string forgot to add a , after the file limit
you SQl string should read like this
"Select topic_title As Title, topic_id as Link, Concat('Replies: ', topic_numreplies, '<br>Views: ', topic_numviews) as Description, FROM_UNIXTIME(topic_created_time) as Date, topic_poster_name as Author From seo_board_topics Order By topic_id DESC LIMIT 25",
This now works well
Many thanks for the tip
|