Re: slightly OT. php5 breaks my hit-count....

2008-01-31 Thread Jeremy Johnston
Hi Gary, I just tested this exact code on php 5.2.5 and I didn't receive any error. For further help with this you are welcome to email me privately as this is more of a php code problem :) Gary Kline wrote: guys, i need some help from any of you who is current with php5.

slightly OT. php5 breaks my hit-count....

2008-01-31 Thread Gary Kline
guys, i need some help from any of you who is current with php5. in '05 i wrote myown hit counter in php4 using the "." operator to write statements like: $dir="countdir/"; $filename= $file; if (! (file_exists( ( $dir.$filename) ))) {