J
|
Jane 2/19/2008 |
Hi, |
G
|
gr8hands author 9/9/2008 |
Simple search. |
J
|
Jane 9/10/2008 |
Hi, if (@$_REQUEST["a"]=="search") { echo $_REQUEST["SearchFor"]; //your code here } |
T
|
thesofa 9/10/2008 |
How would I do it for an advanced search with 3 or 4 parameters filtered? |
J
|
Jane 9/11/2008 |
Hi, |
T
|
thesofa 9/11/2008 |
Hi, please check list of all session variables here: http://www.xlinesoft.com/phprunner/docs/ph...n_variables.htm
|
J
|
Jane 9/11/2008 |
Hi, print_r($_SESSION); |