//grab t202 keyword $keyword = $_GET['t202kw']; //if a yahoo keyword exists, over-write the t202 keyword //for Yahoo OVKEY = the bidded keyword, OVRAW = actual keyword //you can change $_GET['OVRAW'] to $_GET['OVKEY'] if you would //like to display the bidded keyword, instead of the actual keyword. if ($_GET['t202kw']) { $keyword = $_GET['t202kw']; } //now anywhere we call echo $keyword, it will display the dynamic kw! //extra goodie, uncomment the line below if you would like to capitalize //the first character in each word //$keyword = ucwords(strtolower($keyword)); ?>
|
||||||||||||||
|
||||||||||||||
| ||||||||||||||