Magento Tutorial, Magneto modules, Magento Banckend, Magento admin, Magento Frontend, Magento Interview Question, Jquery, CSS, Javascript, PHP, XHTML
To get value send in post method , Magento use getRequest()->getParam() Method.The Proper code written below.
<?php $var = $this->getRequest()->getParam('<b>yourfieldname</b>');?>
No comments:
Post a Comment