j
k
j a
j l
On 6/10/2010 12:39 PM, Jamie Holly wrote:
$text= preg_replace('/<script.*?<\/script>/xmsi', '', $text) should do the trick.
$text = strip_tags(filter_xss_admin($text)) is easier.
Back to the thread
Back to the list