
13/04/2009, 09:45
|
 | | | Fecha de Ingreso: abril-2008
Mensajes: 267
Antigüedad: 16 años, 10 meses Puntos: 8 | |
Respuesta: seguridad de la bd ESTA ES UNA PEQUEÑA FUNCION DE UNA CLASE QUE REALIZE EL CUAL LIMPIA CODIGO MALIGNO
public function limpiar_code2($datos){
return $this -> caracteres_latinos( htmlspecialchars( strip_tags( stripslashes( $datos ) ) ) ) ;
} |