[PHP] Re: getting directory info

2002-08-28 Thread Wm
This is giving me a parse error: $file\n"; } } ?> This is the only PHP on the page, so it arguably has to be in the above... :-( Wm "Richard Lynch" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > >$path = '/full/path/to/your/jpeg/dir/'; # Be sure it'

[PHP] Re: getting directory info

2002-08-27 Thread Richard Lynch
>Can I use php to get a list of all the jpgs in a folder? I want to make a >photo album type thing for a website, and I want it to be real simple (i.e. >you put photos (jpgs) in a folder called photos and upload them. Then the >album is built dynamically using php. Thoughts? http://php.net/ope