// FUNÇÃO QUE REMOVE O CÓDIGO HTML DE UMA STRING function RemoverHtml($str){ return preg_replace("/<[^>]*>/","",$str); }