Re: [PHP] Visit Counter through .htaccess

2004-03-11 Thread Teren
What i would do is use fwrite() and fopen() and such and store count in a txt or whatever file if that's the way you want to do it. Teren - Original Message - From: "Sakitram" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 11, 2004 1:20 PM Subject: [PHP] Visit Counte

Re: [PHP] Visit Counter through .htaccess

2004-03-11 Thread Michal Migurski
>Is there a way to count the visitors of my homepage without using any PHP >scripts and LOG files? Sure: perl, cgi, shellscripts, etc. >I mean is it possible through .htaccess file? If you mean solely through the .htaccess file, then no - something has to store that hit count someplace. ---