Ver Mensaje Individual
  #4 (permalink)  
Antiguo 05/04/2012, 15:05
Avatar de gjx2
gjx2
 
Fecha de Ingreso: agosto-2008
Ubicación: R.D
Mensajes: 1.153
Antigüedad: 15 años, 8 meses
Puntos: 139
Respuesta: Problema con caracteres raros, si lo resuelven son unos capos

Código PHP:
Ver original
  1. $data = "Calle 80 Nº19-76";
  2. $text = preg_replace("(º)", " ", $data);
  3. echo $text;