php help pt2
php help pt2
Out of context: Reply #4
- Started
- Last post
- 11 Responses
- rabattski0
also, your next is 5 and previous 3 so that script would be at 4. $show = count($files). so there are, according to the script, 4 files but 5 does not excist you need to add that to the script if the next is bigger than the total amount of files it should either not add the next option or go back to 1. and normally it should start at 1 and not at 4. i think you're script is very off.