eugene2009 Posted February 2, 2010 Share Posted February 2, 2010 what is the most simplest way to resize an image.. i want something like this.. $img = $_GET['img']; $img_new = resize($img); echo '<img src="'.$img_new.'" border="0">'; i need the most simplest way possible.. i want all my images resized to 150 x 70 Quote Link to comment https://forums.phpfreaks.com/topic/190635-image-resize/ Share on other sites More sharing options...
Adam Posted February 2, 2010 Share Posted February 2, 2010 Have a read up on the imagecopyresampled function. Quote Link to comment https://forums.phpfreaks.com/topic/190635-image-resize/#findComment-1005390 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.