How do I do this without JRequest..
$post = JRequest::get('post', JREQUEST_ALLOWHTML );
This gives me the data but strips all HTML tags.
$jinput = JFactory::getApplication()->input;
$post = $jinput->post->getArray();
Thanks.
via Joomla! http://ift.tt/1tmgAa6
$post = JRequest::get('post', JREQUEST_ALLOWHTML );
This gives me the data but strips all HTML tags.
$jinput = JFactory::getApplication()->input;
$post = $jinput->post->getArray();
Thanks.
Statistics: Posted by robs22 — Mon Sep 08, 2014 2:57 pm
via Joomla! http://ift.tt/1tmgAa6
No comments:
Post a Comment