Re: [PHP] image uploading/resizing best practices in PHP

2007-03-22 Thread Németh Zoltán
2007. 03. 22, csütörtök keltezéssel 12.48-kor Dwayne Heronimo ezt írta: > thx for the input. I was afraid that it would be option 1 because it is more > complex. why would resizing and then storing it be more complex than resizing and then displaying it? greets Zoltán Németh > I will start goog

Re: [PHP] image uploading/resizing best practices in PHP

2007-03-22 Thread Dwayne Heronimo
thx for the input. I was afraid that it would be option 1 because it is more complex. I will start googling. ;) Thx ""Shafiq Rehman"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Option one is much better. > > -- > Shafiq Rehman (ZCE) > http://phpgurru.com | http://shafiq.pk >

Re: [PHP] image uploading/resizing best practices in PHP

2007-03-22 Thread Shafiq Rehman
Option one is much better. -- Shafiq Rehman (ZCE) http://phpgurru.com | http://shafiq.pk On 3/22/07, Tijnema ! <[EMAIL PROTECTED]> wrote: On 3/22/07, Dwayne Heronimo <[EMAIL PROTECTED]> wrote: > Dear All, > > I would like to make a script to upload a jpg filewith php to a server; then > make a

Re: [PHP] image uploading/resizing best practices in PHP

2007-03-22 Thread Tijnema !
On 3/22/07, Dwayne Heronimo <[EMAIL PROTECTED]> wrote: Dear All, I would like to make a script to upload a jpg filewith php to a server; then make a thumb; save if for later use. And store the path to the image in a database to display it later. But what is the best practice to do this on a rela

[PHP] image uploading/resizing best practices in PHP

2007-03-22 Thread Dwayne Heronimo
Dear All, I would like to make a script to upload a jpg filewith php to a server; then make a thumb; save if for later use. And store the path to the image in a database to display it later. But what is the best practice to do this on a relatively low traffic website? I dont know where to begi