On Sat, Jan 27, 2001 at 02:14:21PM -0800, Todd Cary wrote :
> What is the best way to display thumbnail photos and their titles with
> HTML/PHP? Table?
The html way would be to just include the photos with a small
WIDTH and HEIGHT attribute.
The php would be to read the file and use ImageCopyResized on it.
The most performant way would be to pre-generate the thumbmails
and just include them as normal images in html.
m.
--
Markus Fischer, http://josefine.ben.tuwien.ac.at/~mfischer/
EMail: [EMAIL PROTECTED]
PGP Public Key: http://josefine.ben.tuwien.ac.at/~mfischer/C2272BD0.asc
PGP Fingerprint: D3B0 DD4F E12B F911 3CE1 C2B5 D674 B445 C227 2BD0
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]