Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2008 17:50:57 -0800
From:      Gary Kline <kline@thought.org>
To:        FreeBSD Mailing List <freebsd-questions@FreeBSD.ORG>
Subject:   slightly OT. php5 breaks my hit-count....
Message-ID:  <20080201015054.GA1731@thought.org>

next in thread | raw e-mail | index | archive | help
	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@thought.org   www.thought.org  Public Service Unix
        http://jottings.thought.org   http://transfinite.thought.org





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080201015054.GA1731>