Re: [PHP] track click throughs

2004-07-16 Thread cab
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

Re: [PHP] track click throughs

2004-07-16 Thread cab
? -Original 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 want to track the users/times the image has been clicked. I've

Re: [PHP] track click throughs

2004-07-16 Thread Daniel Kullik
: [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 the click, then I wanted to: Header(Location: http://someothersite ); but I get the lovely Headers already set

[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.

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 ?php ? -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 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 lovely Headers