That's nice.

On 9/20/07, Hulf <[EMAIL PROTECTED]> wrote:
> I have images of varying sizes. I want them to be scaled prior to upload to
> a set size of 300 x 200 px
>
>
> $imageinfo = getimagesize($_FILES['userfile']['tmp_name']);
>
> $ix=$imageinfo[0];
> $iy=$imageinfo[1];
>
>
>
> //upload the images script
> I
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107

Give a man a fish, he'll eat for a day.  Then you'll find out he was
allergic and is hospitalized.  See?  No good deed goes unpunished....

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to