Quote:
|
As I am not good in programming, I can't figure out as how I can record the story read by different users. Example. story 1, story 2, etc.
|
The way I do this (in PHP) is have something like this
href="show-articles.php?id=1234"
On the show-articles.php page it write "1234" to the database to save the fact they've read it.
Then the page redirects to the actual article:
header("location: my-real-article-url.php");
-----
You can only really count clicks to those articles if you do a redirect OR at the top of the article page write something to do the database to show they've visited the page.
Cheers,
Niggles
__________________
-------------------------------------------------
World Music World - bringing the World's Folk Music Cultures Together
http://www.worldmusicworld.com/
-------------------------------------------------