SELECT u.num, COUNT(*) AS cnt FROM mp_comments_url AS u, mp_comments_txt AS t WHERE u.id=t.uid AND u.url LIKE '%/phrase/%' GROUP BY u.id Unknown column 'u.url' in 'where clause'
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /srv/www/vhosts/mpak.cms/include/mpfunc.php on line 332