Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
displaying image thumbnail
Name: chrisjasp Date: June 24, 2005 at 09:17:45 Pacific OS: linux CPU/Ram: 1.3
Comment:
Basically for a client i set up a site that the customer can login using php and sessions to few what i call thier file center. It will contain all the images they have uploaded. Some of them are of rather large size like up to a few hundred meg. Is there a way to display a small thumbnail of that image without having to load the whole file in the browser? Just curious. if i just use an image tag it takes forever because its trying to load that entire file even though i set the size to really small. Any input would be greatly appreciated.
Name: anonproxy Date: June 24, 2005 at 11:12:42 Pacific
Reply:
The gd library is built-in to the latest version of PHP. It can manipulate images, including resizing/resampling them. As always, check the php manual for more information.
Summary: Hey guys. I just wanted to know your opinion on what is the best way to displat multiple images on a page. Like thumbnails that you click that get bigger in a seperate window? Slideshow that you cli...
Summary: Hi all, I am new to this group and PHP programming. I have a very simple question. I have a database where I want to store and display all images. I have inserted few images in the database and no...