Trimed out html in Joomla
I found by default, Joomla trimed out all html tag in request variables.
The solution is like that:
PHP
$data = JRequest::get( 'post' ); | |
$data['html'] = JRequest::getVar('html', '', 'post', 'string', JREQUEST_ALLOWRAW); |
Tags: joomla
Trackback address for this post
Trackback URL (right click and copy shortcut/link location)
No feedback yet
Form is loading...