Hi,
I created the following table to record the number of visits to each page:
CREATE TABLE pAccCount(
page_name varchar(200),
access_date datetime,
access_count int
)
Thanks.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Apr 23, 2014, 12:01 AM
This is look ok. each page load event you can increment access_count field...
are you facing any issue on this ?
Ken HPosted Apr 25, 2014, 9:02 AM