Posted by: ranacse05 on: August 23, 2008
I was looking for a script that will resize the image automatically . This script resize the image . Here u have to supply a fixed value of width and i’ll resize the image .
<?php
// This is the temporary file created by PHP
$uploadedfile = $_FILES['uploadfile']['tmp_name'];
// Create an Image from it so we can do the [...]
Recent Comments