bokehman wrote:All that info is contained in the Apache log. Just make a PHP script to run through the Apache log and extract it.
Scripts like this normally cause disappointment as the client realises that they don't get any web traffic.
Thanks, although most servers (including the one I am working on) does not allow reading of the access.log unless root.
I wouldn't mind changing the permissions but it is for a client of ours, and don't really want to tell them to start fiddling around with permissions.
Can this not be done with sessions? Start a session when they visit. The only problem I can see is how you know when they have left your website. Suggestions please?