Could someone make some examples how to insert data from sql, from many txt files from one txt to pages?
for examples, there is only one txt fail with data:
1|name|email|www
2|name|email|www
3|name|email|www
now to show only one line from txt file on php page and the second line on the second page etc?
with many txt files the same?
first txt file: 1|name|email|www
second txt file: 2|name|email|www
third txt file: 3|name|email|www
and from sql database
it would be very helpful if someone could post some examples with comments what is what
when the scripts and comments are in German than it's not a problem for me
thanks!
for examples, there is only one txt fail with data:
1|name|email|www
2|name|email|www
3|name|email|www
now to show only one line from txt file on php page and the second line on the second page etc?
with many txt files the same?
first txt file: 1|name|email|www
second txt file: 2|name|email|www
third txt file: 3|name|email|www
and from sql database
it would be very helpful if someone could post some examples with comments what is what
when the scripts and comments are in German than it's not a problem for me
thanks!