well, i really can't find a script that will let me count the views of an article... the articles link is http://...../article.php?view=1.... the thing is that i tried to create my own script counting the article views... but when i echo the result in while loop as i use mysql, it shows the same results for many articles... not for the one specified... if there is anyway i can use to fix this bug please place it here... 10x for example i want a script that counts the article.php?view=1 views and the article.php?view=2 views .... 10x in advance
most scripts will count there views, but it's easy to create create a table for mysql with a couple of fields (article_id, views) on each view you need to update your view that's all. Best way to learn is to start reading the MySQL manual! and or start doing some simple scripts like this!
you just need to add a article id field so that you can track how many views for each article by their ids