Saturday 03 January 2009 11:16:20 pm
Hi all, there is a donate page in my site, and i want followings:
1. When client filling up the form, in the custom module, save the client's information into my own table in DB( or make ez send me an email ) 2. Then re-post the form to another module( in this custom module, i may need to do some more processing for the data ), then fetch a total tpl. I have created a custom module, and have finished item one, it save information successfully, but when i want to re-post the data to another module, i got stuck. i knew a method to pass parameters in modules, and tried to use
$Module->redirectionURIForModule($module, $viewName, $parameters = array(), $unorderedParameters = null, $userParameters = false, $anchor = false);
But, it seems that all the userParameters will listed in the url. I think i just want to know after processing data post from a page in a custom module, how to post the data to another custom module, just "POST" not send data. Could anyone help me? Any suggestions are also welcome, thank you.
|