Hi all,
I hope my English is clear enough and my question isn't a faq.
However, my problem is:
I read some records from a file TXT (a record, in this case, is a line in the format below:
3|text|text1|12|123
\n for every record, fileds are separated by |.
In the top of the file, I save the total number of the records.
I need to paging result like it's used to do with mysql (LIMIT start,end instruction).
How to do?!
Thanks a lot!