whats the best way to get Statistics Web pages by the users visited ?
anybody may explain how do we implement to get statistics web pages by the each users visited
and the most page is visited?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Either use a 3rd party software like GA or Piwik or write a front controller which run before Controller and logs every request in DB. I prefer GA.