[pmwiki-users] Fwd: Passing variables from one page to another

Dominique Faure dominique.faure at gmail.com
Fri Jun 23 16:27:13 CDT 2006


On 6/23/06, The Editor <editor at fast.st> wrote:
> Ok, with some more tweaking, I seem to have the session variables
> working.  They were easier than I thought!
>
> The problem now seems to be basically the last line of the recipe.  Which reads:
>
>      HandleBrowse($redirect_page);
>      exit;
>

You should perhaps replace the code above with something like:

Redirect(FmtPageName($redirect_page, $pagename));

Regards,
Dom




More information about the pmwiki-users mailing list