Jason -

I would like to give users the ability to upload jpeg images and have my php app size them into thumbnails as well as have a larger image available if the thumbnail is clicked.

Are there examples of this available?

Todd

Jason Barnett wrote:

From http://www.php.net/manual/en/function.imagecreatefromjpeg.php

To all those having trouble with a message to the effect of:<br>
CreateImageFromJpeg() not supported in this PHP build<br>
Start by adding --with-jpeg-dir to your ./configure options as I left this out (not knowing I needed it) and I spent the best part of 6 hours trying to compile to get this option. (RH 6.2, PHP 4.0.1pl2, Apache 1.3.12, GD 1.8.3)

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



Reply via email to