Re: [PHP-DB] Image Sizes

2001-12-09 Thread Malcolm White
Thanks, I slved it with a javascript function - now I can't get the page refresh to work properly - I have implimented the ability to rotate the images but although the image i rotated it's contents aren't. I have used all maner of header()'s to try and solve it but it only works when I

Re: [PHP-DB] Image Sizes

2001-12-09 Thread Malcolm White
PROTECTED] Subject: Re: [PHP-DB] Image Sizes Date: Sun, 9 Dec 2001 08:43:39 - X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2479.0006 I slved it with a javascript function - now I can't get the page refresh to work properly - I have implimented the ability to rotate

[PHP-DB] Image Sizes

2001-12-08 Thread Malcolm White
Hi, I have a database that stores the location of image files - the images are all of different sizes. How can I get the screen size in order to scale the images according to the users screen. I can use GetImageSize() to determine the image size but cannot find a means of determining the screen

Re: [PHP-DB] Image Sizes

2001-12-08 Thread Jon Farmer
I have a database that stores the location of image files - the images are all of different sizes. How can I get the screen size in order to scale the images according to the users screen. I can use GetImageSize() to determine the image size but cannot find a means of determining the screen