Jim Moseby wrote:
If you use a naming convention for the files in /gallery/ that coincides
with the artistic order in which they are to be displayed, then Greg's
simple (yet elegant, and expertly coded) directory listing method would work
like a charm.
Unfortunately, they're not. This mig
> Say the images are in a folder called /gallery/
>
> Within that, I have an index.php that is manually coded to have
> thumbnails of the images displayed in a grid. Important to note:
> they're in a very specific (artistic) order. Each one of those
> thumbnails is linked to one and t
Ashley,
How are you creating the gallery page? You must be reading the filenames in
the directory and producing an for each one. Can you create an array
of those filenames, save it to session (or generate it each time), and
iterate through them?
Say the images are in a folder called /g
Jeff Loiselle wrote:
Ashley,
How are you creating the gallery page? You must be reading the
filenames in the directory and producing an for each one. Can
you create an array of those filenames, save it to session (or
generate it each time), and iterate through them?
Say the images a
Ashley,
How are you creating the gallery page? You must be reading the filenames
in the directory and producing an for each one. Can you create an
array of those filenames, save it to session (or generate it each time),
and iterate through them?
--
PHP General Mailing List (http://www.php
5 matches
Mail list logo