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...Powered by Yahoo! Answers
Friday, October 30, 2009
2 Comments