Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/04/2009, 14:04
Avatar de emiliodeg
emiliodeg
 
Fecha de Ingreso: septiembre-2005
Ubicación: Córdoba
Mensajes: 1.830
Antigüedad: 19 años, 4 meses
Puntos: 55
Respuesta: escapar caracteres

esta bastante bien solamente cambiaria esta linea
$string = addcslashes ( mysql_real_escape_string ( $string , $this -> link ) , '%_' ) ;
por
return mysql_real_escape_string ( $string , $this -> link );
no hace falta pasarle el addcslashes
__________________
Degiovanni Emilio
developtus.com