marcsam
02-14-2008, 05:04 PM
Hi Guys,
I have been trying to get this to work, and can not see what I am doing incorrect. (ok, I am also not very good at php at all - still learning)
I am trying to pass the keyword through so that it gets auto appended to my outgoing links.
What I have is the following:
My url will say :http://www.mydomain.com/mylandingpage.php?keyword=marc
Then at the end of my outgoing links I have put this: <?php echo $_GET['keyword'] ;?>
As far as I know, this is meant to "pull" the keyword from the url and append it to the outgoing link.
Can you see anything wrong with this at all?
Many thanks for your help.
Marc
I have been trying to get this to work, and can not see what I am doing incorrect. (ok, I am also not very good at php at all - still learning)
I am trying to pass the keyword through so that it gets auto appended to my outgoing links.
What I have is the following:
My url will say :http://www.mydomain.com/mylandingpage.php?keyword=marc
Then at the end of my outgoing links I have put this: <?php echo $_GET['keyword'] ;?>
As far as I know, this is meant to "pull" the keyword from the url and append it to the outgoing link.
Can you see anything wrong with this at all?
Many thanks for your help.
Marc