Re: [PHP] Thumbnail pages - alot of them

2002-06-07 Thread Erik Price
On Friday, June 7, 2002, at 03:06 AM, rory oconnor wrote: > I have a mysql database table of about 7000 images (they are not > actually in the db, just references), as yet uncategorized. I need to > put them online and allow my client to browse 12-18 thumbnails per page. > > what would be the

RE: [PHP] Thumbnail pages - alot of them

2002-06-07 Thread David Freeman
> I have a mysql database table of about 7000 images (they are > not actually in the db, just references), as yet > uncategorized. I need to put them online and allow my > client to browse 12-18 thumbnails per page. > > what would be the most efficient method to code that with > PHP?

[PHP] Thumbnail pages - alot of them

2002-06-06 Thread rory oconnor
I have a mysql database table of about 7000 images (they are not actually in the db, just references), as yet uncategorized. I need to put them online and allow my client to browse 12-18 thumbnails per page. what would be the most efficient method to code that with PHP? any help is appreciated!