-----Original Message-----
From: Ignacio Vazquez-Abrams <[EMAIL PROTECTED]>
To: Miguel Loureiro <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Tuesday, January 16, 2001 7:36 PM
Subject: Re: [PHP] Images ???


>On Tue, 16 Jan 2001, Miguel Loureiro wrote:
>
>> Hello,
>> I want to show a list of images ( but in a small size - should I use
ImageCopyResized ? how ?  ), existed in a directory ( they are uploaded to
dir, and the name of each image is also inserted into a DataBase ), with a
link to the respective image and real size. To work with images  ( I think
its the only way... ) I declare a Header telling that the content is an
image, but the kind of image can be different (*.jpeg,*.png, *.gif, ...), so
( I think ...) should I have a different Headders ? My other problem is to
show the small copied images in a page that already have other
information(ex: the name of the user, for that I'm using sessions), so can I
do it, is it possible ?
>> Thanks
>> Miguel Loureiro
>>
>
>That's what databases are for. Store the image data and the image mimetype
>when the image is uploaded.
>
>--
>Ignacio Vazquez-Abrams  <[EMAIL PROTECTED]>


Agree, but my real problem is to show the images in a small size, is
ImageCopyResized the solution, because that command thake a part of the
original message, there is another one ?
Thanks your attention
Miguel Loureiro




-- 
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]

Reply via email to