If I were you I would create a mySQL (or Postgresql) database containing
all of the thumbnails.  Use the row id of the mySQL (Postgresql) table
to decide which row to display.  

You probably will want to look up the documentation and/or google.

-Dan

On Sat, 2003-07-05 at 11:44, Michael Whiting wrote:
>  Hey everyone.
> 
> I was hoping you could help with something.  I am trying to create a
> thumbnail image gallery using PHP and cookies.  The idea is that different
> series of images
> can be viewed by clicking on + and - links that will then show or hide the
> thumbnails. Ie show/hide different rows of a table.  Here is what I've
> managed so far but I think it's probably a long way off from achieving what
> I hope.
> 
> Thanks for any help in advance!
> 
> 
> ______________________________________________________________________
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to