Hulf wrote:
Sorry my message was cut off.
Yes I want to scale to 300 x 200px before I upload the image to my folder.
Here is my code so far.
thanks,
H.
$imageinfo = getimagesize($_FILES['userfile']['tmp_name']);
echo $x=$imageinfo[0];
echo $y=$imageinfo[1];
$newwidth = 300;
$newheight =
Sorry my message was cut off.
Yes I want to scale to 300 x 200px before I upload the image to my folder.
Here is my code so far.
thanks,
H.
$imageinfo = getimagesize($_FILES['userfile']['tmp_name']);
echo $x=$imageinfo[0];
echo $y=$imageinfo[1];
$newwidth = 300;
$newheight = 200;
// Load
2 matches
Mail list logo