فتحات العرب Joomla! • Index page: Joomla! 3.x Coding • form data array without stripping html

Monday, September 8, 2014

Joomla! 3.x Coding • form data array without stripping html

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.

Statistics: Posted by robs22 — Mon Sep 08, 2014 2:57 pm








via Joomla! http://ift.tt/1tmgAa6

No comments:

Post a Comment