J
|
Jane 10/4/2006 |
Kirk, if(@$_REQUEST["goto"]) $_SESSION[$strTableName."_pagenumber"]=@$_REQUEST["goto"];
if(@$_REQUEST["orderby"]) $_SESSION[$strTableName."_orderby"]=@$_REQUEST["orderby"];
...TableName_list.php?orderby=aFieldName&a=advsearch&type=and&...
|
M
|
mckirkus author 10/10/2006 |
Thanks but I can't find that in the code anywhere (build 113) I tried it after the 2nd if clause but that didn't work either. Here's what's in my _list.php file if(@$action=="language")
|
J
|
Jane 10/11/2006 |
Hi, |