|
Yes, it's possible with, say, a .php script that gets called every time the page is loaded. The script needs to parse the user agent string to exclude crawlers (they do visit a few times a day even on deserted websites) before sending an email.
A slightly more complex setup could email you a daily report of non-robot website activity, showing not only who visited, but also what they've been doing there.
|