Log in

View Full Version : resize picture with php



gurmeet
07-29-2009, 07:58 AM
hi, in my PHP web page i want users to upload Image files, as in this site we can upload images in our profile, but some time users upload heavy files(1024 * 728) resolution, but that page shows pictur of only 150 *200 pixels,or less, so can i resize picturs with php code?


---------------- AND-----------------

i just want to resize the picture and delete the original pictur from the server, so that i can save the space on server by storing resied(small) pictures...


---
plz give suggestions....