slightly OT. php5 breaks my hit-count....
Gary Kline
kline at thought.org
Thu Jan 31 17:51:04 PST 2008
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) )))
{
// the if fopen cannot open, echo "Error" and exit(1)
}
this did work. with php5, however, i'm getting a "divivde by
zero" error on both lines. thebest thing, or easiest, would be
to compilr php4. but i'd like to know some better ways.
anybody clue me in?
thanks in advance,
gary
--
Gary Kline kline at thought.org www.thought.org Public Service Unix
http://jottings.thought.org http://transfinite.thought.org
More information about the freebsd-questions
mailing list