Quote:
Originally Posted by Vernier
Hiya, how do i put about a thousand images that are in a directory on my server into a table on my webpage? Thanks guys!
~ David
|
Using PHP

.
Specifically, scandir() or glob() are the functions you'd want to consider. You should post in the PHP category if you come across some more problems - a simple Google search will yield some results.