I have a counter, and it is called on as an image (ie: <img src="counter.php" width=1 height=1> )
Sometimes, the counter erases the entire file. Yuck. Then my counter goes back to zero. Well, somehow the counter gets back to zero.
I flocked the file flock($file, 2);
Maybe I need to tell the php script not to stop even after the browser does or something? Help! Thanks!