RE: [PHP] count link clicks

2002-08-13 Thread victor
; 'vic' Cc: [EMAIL PROTECTED] Subject: RE: [PHP] count link clicks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 12:23 PM To: 'Rasmus Lerdorf'; 'vic' Cc: [EMAIL PROTECTED] Subject: RE: [PHP] count link

RE: [PHP] count link clicks

2002-08-13 Thread vic
: 'Rasmus Lerdorf'; 'vic' Cc: [EMAIL PROTECTED] Subject: RE: [PHP] count link clicks I think I'm on the right track with: New paragraph '; // Isert form html into $data_fields variable $data_fields = '

RE: [PHP] count link clicks

2002-08-13 Thread Dave at Sinewaves.net
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 12:23 PM To: 'Rasmus Lerdorf'; 'vic' Cc: [EMAIL PROTECTED] Subject: RE: [PHP] count link clicks I think I'm on the right track with

RE: [PHP] count link clicks

2002-08-13 Thread Mike Dunlop
> >-Original Message- >From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, August 13, 2002 2:49 PM >To: [EMAIL PROTECTED] >Cc: [EMAIL PROTECTED] >Subject: Re: [PHP] count link clicks > >Write a link wrapper that you would use like this: > >

RE: [PHP] count link clicks

2002-08-13 Thread victor
I think I'm on the right track with: New paragraph '; // Isert form html into $data_fields variable $data_fields = ' New paragraph '; while ($i = $value) { echo $data_fields; } ?> The only problem is that it ru

RE: [PHP] count link clicks

2002-08-13 Thread Rasmus Lerdorf
age- > From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 13, 2002 3:05 PM > To: vic > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: [PHP] count link clicks > > > Really? That sounds more complicated than I think I need it to be, > can&

RE: [PHP] count link clicks

2002-08-13 Thread vic
I have no database, this has to be done in PHP - Vic -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 3:05 PM To: vic Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP] count link clicks > Really? That sounds more complica

RE: [PHP] count link clicks

2002-08-13 Thread Rasmus Lerdorf
> Really? That sounds more complicated than I think I need it to be, can't > I use something like: > > '' > > and somehow (this is what I need to know) get $value to increase in > value as the user clicks on the link again and again... Nope, you would be fighting race conditions forever with an a

RE: [PHP] count link clicks

2002-08-13 Thread vic
text imput form onece and if the user clicks on the link the form (same) will be displayed again under the first one. - Vic -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 2:49 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [

Re: [PHP] count link clicks

2002-08-13 Thread Rasmus Lerdorf
Write a link wrapper that you would use like this: Then in wrap.php: -Rasmus On Tue, 13 Aug 2002 [EMAIL PROTECTED] wrote: > How do I count how many times a user clicks on a certain link? (and put > it into and array or variable I guess). > > I want to be able to repeat a certain action