I have uploaded a picture(jpeg) and storing it in the databse(mysql). Now i want to print in on the screen by resizing it to a required size specified. Please provide me the source code for this issue.
PHP manual is your friend: http://www.php.net/manual/en/function.imagecopyresampled.php
And of course, to create the initial image resouce, you'd use [man]imagecreatefromstring/man after you retrieve the binary data from the DB.