okie schmokies
Heres the firs problem ive encoutered.
Ive got a PHP script that writes to a file (visitors.txt) the info of the visitors.
The problem is that the script cant open visitors.txt i get the error
Warning: fopen("visitors.txt", "a+") - Permission denied in /var/www/html/index.php on line 10
so i suppose i have to make an emply visitors.txt file and chmod it. But what do i chmod it to?



