G'day.
How would I go about a script as follows.
It would be setup like this
script.php
folder/
and inside folder are alot of folder names. like 1 , 2 , 3, 4 , 5 etc and so on.
Anyway,
the script would need to scan through folder, and for each folder
output the folder name.
So the output would be as follows.
Welcome to the script:
1
2
3
4
5
6
other folder name
another folder name here
etc etc
And once it's outputed 10 folder names, you'd have to go to a new page.
Like script.php?page=2
where it would display the next 2.
Is this easy / possible? If someone could help me out it'd be brilliant
