Hello. I have a quick question. I have a script that allows the user to upload images. Not a problem there. I would like to have php automatically resize the image to height 504 x width 344 once uploaded. I know I could easily have the table resize it for viewing purposes. But I want to be conservative with the storage space as well. Based on my research, I gather that I would have to create a new image with the right size and delete the old one? Could you show me or direct me to a small and simple script that resizes images?
Thanks
KJ
Thanks
KJ