harbor4393
04-26-2006, 04:04 AM
I am interested in tracking keywords that I use in ppc marketing. I was given the following php script. Here is an example:
referring url. www.mysite.com/widget.psp?keyword=balls
link on page to capture keyword
www.mysite.com/general.psp?tracking=<?php echo $_GET['keyword'];?>
The code works perfect but I would to know how to do this in asp. What is the equivalent code in asp for <?php echo $_GET['keyword'];?>
Thanks
referring url. www.mysite.com/widget.psp?keyword=balls
link on page to capture keyword
www.mysite.com/general.psp?tracking=<?php echo $_GET['keyword'];?>
The code works perfect but I would to know how to do this in asp. What is the equivalent code in asp for <?php echo $_GET['keyword'];?>
Thanks