18 years of excellence



SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-9,9' at line 1

select news_board.board_id, board_name, news_news.news_id, news_news.title, news_news.brief, news_news.image, news_news.align, news_news.isnew, news_news.postingdate, DATE_FORMAT(news_news.postingdate, '%M %d,%Y |') as pdate from news_board inner join news_news on news_board.board_id=news_news.board_id where (company_id=1) AND (language_id=1) and (news_board.active=1) and (news_news.active=1) and (news_board.board_id = 2) order by postingdate desc limit -9,9

Line : 24
File : /home/vietmark/public_html/template/news/index.php