July 11, 2018July 11, 2018 by admin Get all $_POST in Joomla 3.X Joomla3.X, PHP Leave a comment Instead of using $post = JRequest::get('post') to get all $_POST, you should use $post = JFactory::getApplication()->input->getArray(array()) in Joomla 3.X.