Hi guys, I tried to count the views of each id of articles, but there is something wrong. Can anybody help me count the articles, please? Is there other mode to count the articles? tables: id title views if (isset($_GET['id'])){ $sql="UPDATE articles SET `views`='views+1' WHERE `id`=".id; } PHP: Have a nice day.