This is a discussion on "Counter Info - Emailing" within the PHP Forum section. This forum, and the thread "Counter Info - Emailing are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Counter Info - Emailing
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hello,
My knowledge is very limited of PHP, but I do have a basic understanding. I am trying to set up a counter while gaining some info about the visitor (referrer, browser, ip, country, etc.). Now this can either go to a designated txt file or can be e-mailed directly to me. If it does go to a txt file, is there a way to set up a command to have the content within the txt file, e-mailed to me? Any help would be greatly appreciated. Thanks. Brandon |
|
|
|
|||
|
Re: Counter Info - Emailing
Thanks Mason for getting back with me. I was not talking about a user uploading file but instead a website hit counter. So that I can track how many visitors I have coming to my website. I want to gather the information that a visitor's computer give such as ip, referrer, browser, country and etc. and have them sent to me via e-mail. And I am at a loss on how to set the coding to accomplish that particular task. Any help would be great, thanks.
Brandon |
|
||||
|
Re: Counter Info - Emailing
I've never done this and I'm no email expert -- that said, my initial approach would be:
First, use a sniffer to set variables representing the various bits of information, such as
|
|
||||
|
Re: Counter Info - Emailing
Google Analytics is already made
|
![]() |
| Tags |
| coding, counter |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Emailing a php page with url request parameter | GrayZone | PHP Forum | 1 | Sep 19th, 2007 15:46 |
| Counter | confused | Website Planning | 6 | May 21st, 2007 03:27 |
| hit counter? | skyfire400 | Web Page Design | 6 | Mar 7th, 2006 14:00 |
| emailing webpage, or corporate newsletter | wood1e | Web Page Design | 3 | Jun 30th, 2005 08:44 |
| print "$counter times 2 is ".($counter*2)."<br>" | gwx03 | PHP Forum | 6 | Dec 10th, 2003 10:50 |