I have a webtracking script that sends me an email whenever my site is visited which includes a few different pieces of information (i.e. ip, referer, etc) And the data comes to me looking something like this (for example):
Remote Host: 12.345.678.910
FQDN: 12-345-678-910.client.something.com
Date: Sunday, July 6, 2003
Time: 12:49:12 MST
Referer: User Agent: Mozilla/4.0
Request: /home.php
What I want to be able to do is get this into an Access Database, and I know there is an easier way to do this than by manually entering the data! I can combine all the messages and save it as a text file, if that helps any, but really, I'm just incredibly frustrated! Any suggestions would be greatly appreciated!!
Remote Host: 12.345.678.910
FQDN: 12-345-678-910.client.something.com
Date: Sunday, July 6, 2003
Time: 12:49:12 MST
Referer: User Agent: Mozilla/4.0
Request: /home.php
What I want to be able to do is get this into an Access Database, and I know there is an easier way to do this than by manually entering the data! I can combine all the messages and save it as a text file, if that helps any, but really, I'm just incredibly frustrated! Any suggestions would be greatly appreciated!!