As per your post,
You want to store count and date in a text file. For that, you use
set fso=server.createObject("scripting.filesystemobjec t")
...
create a text file on the name you want(based on date). Before writing data to text file, check whether its already exist or not. If exist, append data in new line.
T count the no of hits, open the text file and count the number of lines in the text file will be the hit count.
|