Hello,
is it possible to make PHP show only couple of lines of .txt file on a website ? for example using include function (I don't use database)
Thx for any help
Yes. For example, you could use [man]file/man then display only the first few lines retrieved. Or you could read a small portion of the file and display just that part.