Click here to Skip to main content
15,918,243 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i need its very urjent i need to sumbit a project before this week please reply me a simple code for resize an image..
Posted

1 solution

Quote:
(...) please reply me a simple code for resize an image.

Look at:
php-manual/imagecopyresampled[^]

Quote:
(...) thumbnail images from database?

In case you have stored the thumbnail-string in the db you can convert the string as described here:
php-manual/imagecreatefromstring[^]

remark: the gd library is installed for sure with xampp-version 1.8.2+
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900