<? $archivo = file( "archivo.txt" ); $lineas = count( $archivo ); for( $i = 0; $i < $lineas; $i++ ) $aUrls[$i] = $archivo[$i]; print_r( $aUrls ); ?>