Hi, i want break up a text file and print it 20 lines at a time in the browser. What's the best way to do this? (just need theory, not necessarily code.) Do I need to keep passing an array back to the script, and just take out the printed lines each time?
thank you.