![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
01/06/2021, 23:40
|
| | Fecha de Ingreso: junio-2012 Ubicación: En el Mundo
Mensajes: 766
Antigüedad: 12 años, 7 meses Puntos: 10 | |
Respuesta: duda con eliminar linea en .txt ya encontre como poder hacerlo
Código PHP:
Ver originalforeach($data as $line) { if (strpos($line, ';') === false ) { $out[] = $line; } }
|