remove txt file line by line using php? have txt file like this
.../path/ffdfygfftg_230x260.jpeg
.../path/ttttoooooop_125x340.png
.../path/pppppppffd_450x440.gif
i have 70.000 line link image for this.. but this tumbnail size...
normal size link is
.../path/ggdfghfdf.jpeg
So I am looking for a way to open the text file, reading it line by line and removing start from (_) values while also removing end before dot (.)
posible using php?