J
|
Jane 2/26/2007 |
Hi, session_unset(); |
B
|
bkersey author 3/6/2007 |
<br />Hi,<br /><br />you can save search values in the $_SESSION variables and the use these variables as default values on the <b>"Edit as" settings</b> dialog on the <b>Visual Editor</b> tab.<br />To reset $_SESSION variables use the following PHP function:<br />
|
J
|
Jane 3/7/2007 |
Hi, |