Ver original<?php function limpiar($post) { $codehtml = htmlentities($post); $codephp = mysql_real_escape_string($codehtml); return $codephp; }?>