Re: [PHP] Resizing thumbnails to the browser

2005-08-22 Thread Richard Lynch
On Mon, August 22, 2005 2:32 pm, Dan Trainor wrote: > Would the abovementioned use of ForceType also allow one to produce an > image given an HTTP GET query? I was tinkering around with something > in > the past where I wanted to implement something such as: > > http://example.com/myscript.php?sit

Re: [PHP] Resizing thumbnails to the browser

2005-08-22 Thread Dan Trainor
Jasper Bryant-Greene wrote: > Dan Trainor wrote: > >> Would the abovementioned use of ForceType also allow one to produce an >> image given an HTTP GET query? I was tinkering around with something in >> the past where I wanted to implement something such as: >> >> http://example.com/myscript.php?

Re: [PHP] Resizing thumbnails to the browser

2005-08-22 Thread Jasper Bryant-Greene
Dan Trainor wrote: Would the abovementioned use of ForceType also allow one to produce an image given an HTTP GET query? I was tinkering around with something in the past where I wanted to implement something such as: http://example.com/myscript.php?site=1&image=2&something=3";> Would what you

Re: [PHP] Resizing thumbnails to the browser

2005-08-22 Thread Dan Trainor
Richard Lynch wrote: > On Sun, August 21, 2005 3:04 pm, Murray @ PlanetThoughtful wrote: > >>I have a series of thumbnails on my site of photos I've taken that are >>all >>150px in width, but of variable height. I want to randomly display one >>of >>the thumbnails each time the home page of my sit

Re: [PHP] Resizing thumbnails to the browser

2005-08-21 Thread Richard Lynch
On Sun, August 21, 2005 3:04 pm, Murray @ PlanetThoughtful wrote: > I have a series of thumbnails on my site of photos I've taken that are > all > 150px in width, but of variable height. I want to randomly display one > of > the thumbnails each time the home page of my site is loaded in a > column