Re: [PHP] track click throughs

2004-07-16 Thread Daniel Kullik
rom: cab [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 9:39 PM To: [EMAIL PROTECTED] Subject: [PHP] track click throughs Hi, newbie question I have a linked image, I want to track the users/times the image has been clicked. I've set up another .php page that populates a database with

Re: [PHP] track click throughs

2004-07-15 Thread cab
ny output, > spaces, or extra lines before or after > > > > > -Original Message- > > From: cab [mailto:[EMAIL PROTECTED] > > Sent: Thursday, July 15, 2004 9:39 PM > > To: [EMAIL PROTECTED] > > Subject: [PHP] track click throughs > > > > Hi, &

Re: [PHP] track click throughs

2004-07-15 Thread cab
riginal Message- > > From: cab [mailto:[EMAIL PROTECTED] > > Sent: Thursday, July 15, 2004 9:39 PM > > To: [EMAIL PROTECTED] > > Subject: [PHP] track click throughs > > > > Hi, > > > > newbie question > > > > I have a linked image, I wa

Re: [PHP] track click throughs

2004-07-15 Thread Curt Zirzow
* Thus wrote cab: > Hi, > > newbie question > > I have a linked image, I want to track the users/times the image has been > clicked. > > I've set up another .php page that populates a database with the click, then > I wanted to: > Header("Location: http://someothersite "); > > but I get the l

RE: [PHP] track click throughs

2004-07-15 Thread Ed Lazor
Check the script that records the click. It shouldn't have any output, spaces, or extra lines before or after > -Original Message- > From: cab [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 15, 2004 9:39 PM > To: [EMAIL PROTECTED] > Subject: [PHP] track cl

[PHP] track click throughs

2004-07-15 Thread cab
Hi, newbie question I have a linked image, I want to track the users/times the image has been clicked. I've set up another .php page that populates a database with the click, then I wanted to: Header("Location: http://someothersite "); but I get the lovely Headers already set error message.