Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /var/www/kurohono/otakushakai.hu/wwwroot/-magazin/php/module/news/page.news.php on line 42
MySQL Error: 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 'É%')
GROUP BY
`post`.`id`
ORDER BY
`post`.`publishtime` DESC
LIMIT' at line 35
MySQL Query:
SELECT
`post`.`id`,
`post`.`title`,
`post`.`tags`,
`post`.`text_intro`,
`post`.`cat_id`,
`post`.`anonymous_name`,
`post`.`user_id`,
`user`.`name` AS `user_name`,
`post`.`createtime`,
`post`.`updatetime`,
`post`.`publishtime`,
`post`.`num_reads`,
`post`.`num_comments`,
`post`.`allow_comments`
FROM
`magazin_news_posts` AS `post`
LEFT JOIN `users` AS `user` ON `post`.`user_id` = `user`.`id`
WHERE
`post`.`publishtime` < '1283832769'
AND `post`.`publishtime` != '0'
AND (`post`.`tags` LIKE '%magánya%' OR `post`.`tags` LIKE '%™¨'É%')
GROUP BY
`post`.`id`
ORDER BY
`post`.`publishtime` DESC
LIMIT
0, 10