01-04-2010, 04:14 AM
|
#17 (permalink)
|
|
The Wanderer
Join Date: Aug 2008
Posts: 21
Thanks: 1
|
I'm guessing the 1000 in Salathe's post means as an example for the maximum of what your page number could be.
*$_GET['page'] <= max page number and $_GET['page'] >= min page number*
About all the lines always getting returned:
Are you sure your text file contains multiple lines and not just 1 really big one ?
Because if it is just 1 long line, the code would set the page to 1 and always get the 1 line.
|
|
|
|