I just created some scripts to keep track of how people arrive to a website and how many hits it recieves. It works by opening a file and writing the referer to the file. Unfortunatly the scripts don't work. I keep getting this error:
Warning: fopen("data/2002/jun.sts","w") - Permission denied in C:\InetPub\quinta-maria\stats\addReferer.php on line 37
Couldn't open file.
The files are on an NT machine. How do I change the permissions to get this script to work?
Thanks.