Mega Code Archive
This function allows you to input your image , the percentage you wish
the width to be displayed at and the percentage you wish the height to be displayed at
imageresize.php code
";
echo $new_image;
}
?>
Here is how we call this script with some examples .
";
//we can increase an image as well
ResizeImage("1.gif",150,150);
?>