Instead of using $post = JRequest::get('post')
to get all $_POST, you should use $post = JFactory::getApplication()->input->getArray(array())
in Joomla 3.X.
Instead of using $post = JRequest::get('post')
to get all $_POST, you should use $post = JFactory::getApplication()->input->getArray(array())
in Joomla 3.X.