Thumbnail image creation using php code /03 Jun 2010 /Anil Kumar Panigrahi /3 Comments In this post explains how to create thumbnail image using php code. function make_thumb($img_name,$filename,$new_w,$new_h) { //get image extension. $ext=getExtension($img_name); //creates the new... Read More