Change Searchbox Keyword Variable |
10/29/2009 7:14:27 PM |
PHPRunner General questions | |
L
Lorenbond author
I am using version 4.2 Build 3.9 Classifieds layout. |
|
J
|
Jane 10/30/2009 |
Hi, $_SESSION["mygooglekeyword"] = $mygooglekeyword;
$smarty->assign("search_searchfor","value=\"".htmlspecialchars(@$_SESSION["mygooglekeyword"])."\""); |
L
|
Lorenbond author 10/30/2009 |
Hi, save it in the session variable in your header: $_SESSION["mygooglekeyword"] = $mygooglekeyword;
$smarty->assign("search_searchfor","value=\"".htmlspecialchars(@$_SESSION["mygooglekeyword"])."\"");
|