Hi all, Just want to know how to control a image size when displaying by php code. The source images might not be the same size but I want to display it as the same.
Thanks. Gk
You can use HTML for that. On the IMG tag, there are two properties, WIDTH AND HEIGTH. Set them to whatever you want (in pixels), and the image will resize.
Otherwise, you can take a look here:
http://www.php.net/manual/en/ref.image.php
fLIPIS