Re: [PHP] PHP Counter?

2004-09-27 Thread Thomas Goyne
On Mon, 27 Sep 2004 11:29:34 +0200, Nick Wilson <[EMAIL PROTECTED]> wrote: * and then raditha dissanayake declared >>These counters are pretty much useless at gauging web traffic. you would >>be better off using log analysis tool. >> >> > >Who said anything about web traffic? ;-) > > whic

Re: [PHP] PHP Counter?

2004-09-26 Thread Marek Kilimajer
Nick Wilson wrote: Hi all, I have a script that at the present just outputs '$count .''' after each iteration of a foreach() loop. I have set implicit_flush so that this works. That's clearly monkey poo though eh? :-) Do I have to get into unkown waters and try and make PHP talk to JS to achieve

RE: [PHP] PHP Counter on HTML Page

2003-08-14 Thread PHPSpooky
Astrum! I've never used GD or ImageMagick before.. can you guide me to any tutorial, script, reference.. something upon the same that can help me out? Thanks, Dominor! PHPSpooky > Write a PHP script that makes the image for you using GD or Imagemagick, > then just include it like any other ima

RE: [PHP] PHP Counter on HTML Page

2003-08-14 Thread Mike Migurski
>I've never used GD or ImageMagick before.. can you guide me to any >tutorial, script, reference.. something upon the same that can help me >out? Can you -please- do some of your own legwork once in a while? http://www.google.com/search?q=imagemagick+tutorial http://www.google.com/search?q=gd+php

Re: [PHP] PHP Counter on HTML Page

2003-08-14 Thread John W. Holmes
PHPSpooky wrote: Astrum Et Securis! I don't want to use iFrames.. is there any other way? I want to use my own php counter with lil information.. which updates the database on page load incrementing the counter and catching the few Server Variables.. and just display the Hits on that page. Howe

RE: [PHP] PHP Counter on HTML Page

2003-08-14 Thread PHPSpooky
Astrum! Once in a while.. Sure. Dominor! PHPSpooky > Can you -please- do some of your own legwork once in a while? > > http://www.google.com/search?q=imagemagick+tutorial > http://www.google.com/search?q=gd+php+tutorial > > -

Re: [PHP] php-counter

2001-08-22 Thread Andrey Hristov
Here goes a sample code. The db interaction is throurh db abstraction layer but easily can be translated to used directly mysql_* functions. 'windows 95', 'windows 95'=>'windows 95', 'win98'=>'windows 98', 'windows 98'=>'windows 98', 'winnt'=>'windows nt 4.0', 'w

Re: [PHP] php-counter

2001-08-22 Thread Sheridan Saint-Michel
No, but I could throw one together in 10 minutes. Here is some 5 minute untested code to get you started where int count is in table counter. mailto:[EMAIL PROTECTED]\";>Administrator"; exit; } $count = mysql_result($dbq,0) echo "This page has been visited $count times!"; $query =

Re: [PHP] php-counter

2001-08-22 Thread John Meyer
At 05:49 PM 8/22/01 +0200, you wrote: >hi! > >do you know an easy-to-use-php-counter, which uses mysql to store the data? > >gert Not off hand, but I could probably program one within the day. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addi