Hmm. No ideas. Figure I would at least get "goto hotscripts" or something of that nature. Which is not what im looking for.
This is the idea of the code. just not coded.
$_GET rowid directory name
quruery mysql for name
use opendir() for the listing of the directory.
while the list into a table.
The above looks sound and should work. My problem is some of my directorys have a few thousand items in it and i would like to add prev next links. ive done this pulling from the database and got the links to work but im not sure how to use that idea with the opendir() and to get me page numbers. anyone have an idea of how to do that?