Automatic image resizing using PHP
September 11th, 2006
Fed up of manually creating thumbnails of all your images prior to uploading? This tutorial goes through the basics of automatically creating a thumbnail image when an image is uploaded. This is a very useful and time-saving tool for any content management system.
We are going to use the GD library in PHP to create our [...]
