Hi folks
I'm new to this forum and i've been learning PHP for a month now...
I'm developing a PHP Photoalbum. All the photos reside in a special directory (images). The user of the script can make several subdirectories for different gallery's. In those subdirectories are the photo's.
So I need to make a script that makes a page that let's the user of the album choose a gallery (album.php) and when he clicks on a gallery, a page is produced that shows the photo's in that gallery (gallery.php).
I figured out that the name of the gallery should be passed from album.php to gallery.php by querystring.
Are there built-in PHP functions to read the different directories and post them on the album.php page ?
thx