Filters content and keeps only allowable HTML elements.This function makes sure that only the allowed HTML element names, attribute names and attribute values plus only sane HTML entities will occur in $string. You have to remove any slashes from PHP’s magic quotes before you call this function.
3811
Continue reading
February 12, 2011 

