T
|
thesofa 10/18/2008 |
Somebody knows how to do it????
Here are some tips only:
$w1=$_REQUEST["value_event_date"];
$search_params="These are the results from ".$w1." to ".$w2.";";
echo $search_params;
|
|
hfg 10/20/2008 |
My users have been asking for this for a while, thanks for the info. I would like to add a question though. |
T
|
thesofa 10/20/2008 |
add each value that you want to move over to printer friendly as a session varible, search here for info on how to do it, then call the asession varibles in the printer friendly view. |
|
hfg 10/20/2008 |
Thanks again, that was the direction I needed, I have it working. |
B
|
bozzo author 11/15/2008 |
Hey sofa! you kicks ass man... |