本文參考:https://campus-xoops.tn.edu.tw/modules/tad_book3/html.php?tbdsn=144
一、顯示
$myts->displayTarea($text, $html=0, $smiley=1, $xcode=1, $image=1, $br=1)
#一般大量文字 $html=0; $br=1; $row['content'] = $myts->displayTarea($text, $html, 1,1, 1, $br) #FCK大量文字 $html=1; $br=0; $row['content'] = $myts->displayTarea($row['content'], $html, 1,1, 1, $br);
$myts->htmlSpecialChars($text, $quote_style=ENT_QUOTES, $charset= 'ISO-8859-1', $double_encode=true)
$row['title'] = $myts->htmlSpecialChars($row['title']);
二、寫入
$myts =& MyTextSanitizer::getInstance(); $myts->addSlashes("xxx");