Re: [PHP] file height and width

2001-03-21 Thread almir
1) why put it into db , i dont think it is good idea to do it, put it in file sytem , check it with image funrtions and than do what you want to or even easier use stiles to format it with html so that it doesn´t metter how big file actualy is -almir ""george"" <[EMAIL PROTECTED]> schrieb im Ne

Re: [PHP] file height and width

2001-03-21 Thread george
Chris, It's going straigt into a db and is then pulled out and displayed on the page. I want the image to be a specific size. Thanks george -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

Re: [PHP] file height and width

2001-03-21 Thread Chris Lee
you *could* limit them, imaesx() and imagesy() are what your looking for. what I would say is why? why limit someones image upload when you can easily resize it. display_thumbnail.inc should be able to hack it up :) -- Chris Lee [EMAIL PROTECTED] ""george"" <[EMAIL PROTECTED]> wrote i