Hi all, can anyone please help with this:
With Google Adwords I can send keyword data by appending "?kw={keyword}" to the end of my destination url.
I can then echo on my page this keyword data by writing
<? echo $_GET['kw'] ?>
in my page.
How could I replace any spaces in this text and replace with "_" the underscore?
So say the keyword sent by google was "trout fishing" I would want to echo on page "trout_fishing".
Thanks
Mike