| |||||
| |||||
| 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 articles.article_id' at line 1 SELECT articles.article_id, articles.cat_id, article_title, article_subtitle, picture_url, pic_caption, abstract, full_text, full_link_text, articles.when_posted, articles.user_id, users.user_name, avatar_url, member_title, COUNT(comment_id), views, articles.ip_addr, categories.cat_name FROM articles LEFT OUTER JOIN users ON users.user_id = articles.user_id LEFT OUTER JOIN categories ON categories.cat_id = articles.cat_id LEFT OUTER JOIN comments ON comments.article_id = articles.article_id WHERE articles.article_id = GROUP BY articles.article_id Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/eknent/eknent.com/softwair/article.php on line 23 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 '' at line 1 UPDATE articles SET views = 1 WHERE article_id =
SELECT products.catalog_number, description, style, sku, picture, price FROM products NATURAL JOIN articleproducts WHERE article_id = Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/eknent/eknent.com/softwair/mysql_ftns.php on line 225 Category: (none) |