Wednesday 16 December 2009 8:32:28 am
Hello, I have created a module which checks a user answer. After this check, I would like the module to send the user back to the previous page with its result. I have almost achieve it with "redirectionURI" method but the problem is that the parameters are sent through the URL. How can I redirect my module with its result in post variable ?
$url = $Module->redirectionURI( 'content', 'view' , array($view_mode , $current_node_id) , null , $quizz_feedback); $Module->redirectTo($url);
Developer at Open Wide
|