
28/06/2011, 12:11
|
 | | | Fecha de Ingreso: febrero-2010 Ubicación: /home/user
Mensajes: 1.341
Antigüedad: 15 años, 1 mes Puntos: 177 | |
Respuesta: Problema con arrays probá asi:
Código PHP:
Ver originalfor ($row = 0; $row < count($arrayViejo); $row++) { if(strstr($arrayViejo[$row],"2011")) { $nuevoarray[] = str_replace("2011","",$arrayViejo[$row]); } }
__________________ la la la |