Hi all
I have a query, probably a silly question for many of you, but all responses could help me with my task.
I have a website with quite a few pages in there.
When a visitor accesses my homepage, which is say, mysite.com/index.php and subsequently accesses other pages, I need to treat this as one visit.
And when a visitor directly accesses another page, say mysite.com/news.php, probably through a favourite in their browser and then moves on to other pages including the homepage, I need to treat this one too as a single visit.
The main purpose for me to do this is to track the number of times my website is accessed, doesn’t matter which page was first accessed.
What is the best, simplest and most suitable method for this purpose?
Your suggestions and opinions are highly appreciated and many thanks in advance - Melwyn