RSS

Archive | Landing Page RSS feed for this section

The Skill of Dynamic Keyword for Landing Page

30. October 2009

0 Comments

I found this by coincidence, mainly it’s for google adwords,  just add the keywords and the end of thr URL: ?keyword={keyword}. First, put the code below in the php file <?php if(isset($_GET['keyword'])) $keyword=$_GET['keyword']; else $keyword=’Main Keywords’; ?> It means you can get the keyword from the URL, if the url does not have the keywords, then it’ll get the main one, it’s default. Then [...]

Continue reading...