Hi,
Is it possible using PHP to determine the width and height of an image. I would use that information to scale an image in fixed dimensions on my website.
Assuming your PHP was compiled --with-gd, you can use [man]getimagesize/man to do just that. Very handy.
HTH, 🙂