Jump to content

adding variable to the url on the same page..


soulscriber

Recommended Posts

Hi,

 

I have php code that strips the search engine's referring keyword out of the referring url above the html code.

 

so, loading http://www.mydomain.com/pages.php generates the variable $keywords that contains the referring keyword, right before the html is loaded.

 

 

I would like to see if I can get code to take $keywords and instantly append them to the url.

 

so, when someone visits http://www.mydomain.com/pages.php having searched for 'widgets' in the search engine, I want the url to say 'http://www.mydomain.com/pages.php?widgets', or something along those lines.

 

Is this possible?

 

Thanks.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.