This is a BETA intended for testing only. Do NOT use it in a production site.
DOWNLOAD:
If you are downloading this release for testing, please download from the current master instead.
Any bugs that have been found and fixed will be included in your testing that way, so we all won't keep finding and reporting the same bug over and over.
Re: XOOPS 2.5.12 Beta-2 available for Testing
I need POST HTML value
<p>a <a href="https://www.cadch.com" title=’Home’ target="_blank">test</a> link</p>
Because can't use $myts->addSlashes($html);
Im use XoopsRequest
My source
$html = XoopsRequest::getString('html', '', 'POST', 4);
But Single quotes will break the html structure.
R there any other ways?