i have a txt file with a list of things!
i call this txt file into an html page using..
$file = "bla/bla/file.txt";
include("$file");
how can i only include say lines 1-20
of the txt file on one page.....
and say lines 21- 40 on another etc?
cheers
J