Ed,

Sorry it redirects now but on checking the database is no longer being
updated?

<?php

require_once('/home/virtual/<site>/var/www/cgi-bin/Connections/DB_connection
_script.php');
 $newUserTracking = mysql_query("INSERT INTO track (user,type) VALUES ('
','Join')");
 Header("Location:
https://secure.ibill.com/cgi-win/ccard/rscookie.exe?RevShareID=what
ever&returnto=http://www.google.com/index.htm";);
?>

Help
Col

"Ed Lazor" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 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,
> >
> > 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.
> >
> > Any suggestions please?  Locations of tutorials on this sort of thing.
> >
> > Col
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to