[PHP] Re: Solutions need for resizing images (Thumbnail) on the fly..

2003-02-06 Thread Goetz Lohmann
Geckodeep schrieb: Hi there I have this problem wondering how to define the size of my images. I have this page that has 9 images coming from the database. These images are uploaded into a folder and the names are referenced in the DB. I pull the image through these tags ?php print img

[PHP] Re: Solutions need for resizing images (Thumbnail) on the fly..

2003-02-06 Thread Goetz Lohmann
Goetz Lohmann schrieb: Geckodeep schrieb: Hi there I have this problem wondering how to define the size of my images. I have this page that has 9 images coming from the database. These images are uploaded into a folder and the names are referenced in the DB. I pull the image through these tags

[PHP] Re: Solutions need for resizing images (Thumbnail) on the fly..

2003-02-06 Thread Geckodeep
Thanks Goetz But how can I apply this having: Path to the folder is $folder='images/repor_images'; // path to the image. My 9image variables are $image1, $image2, $image3,. and the code to call the image ?php print img alt='$title' border=0 width= '103' heigth = '70'

[PHP] Re: Solutions need for resizing images (Thumbnail) on the fly..

2003-02-06 Thread Goetz Lohmann
Geckodeep schrieb: Thanks Goetz But how can I apply this having: Path to the folder is $folder='images/repor_images'; // path to the image. My 9image variables are $image1, $image2, $image3,. and the code to call the image ?php print img alt='$title' border=0 width= '103'

[PHP] Re: Solutions need for resizing images (Thumbnail) on the fly..

2003-02-06 Thread Geckodeep
Thanks goetz for your time, that's very kind of you to write the code. if i have any more questions i shall post it under new thread. Goetz Lohmann [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Geckodeep schrieb: Thanks Goetz But how can I apply this