i want to have a simple counter for page view something like :
Page View :250
Unique Viewer: 150
i tried this :
id
page view
page unique view
...
if(user is unique)
{
+1 to page view and unique view
}
else
{
just +1 to page view
}
but this will show all views
i don't know which tables and fields i need, i want to show just for today. as you know with my table and fields i will have all visits, but i want just today's visits.
what table and filed's i need?