In article <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] says...
> 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!
> 
> Thanks,
> 
> Rory
> 
> 
Look into mysql's LIMIT which permits you to define the number of records 
returned from a query

-- 
David Robley
Temporary Kiwi!

Quod subigo farinam

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

Reply via email to