Thứ Tư, 20 tháng 10, 2010

get value send in post method in magento

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>');?>

Không có nhận xét nào:

Đăng nhận xét