Thumbnail Jpeg

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
localhost
Forum Commoner
Posts: 43
Joined: Tue Dec 07, 2004 4:52 am
Location: islamabad
Contact:

Thumbnail Jpeg

Post by localhost »

i would like to show thumb nails of image with just caching them and not stroing them any where...and keeping the aspect ratio .....
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

Check my signature for a class. As for caching them im not too sure, i guess you could use a proxy server like squid or something, why do you not want to store them? Not even as tmp files? and just have php set the header and echo the data out to the user.
Post Reply