Dear all, My below PHP code show a image on browser as its original size 300x300.
<?
$location="http://localhost/folwer.bmp ";
header("Location: $location");
?>
But I need to show it 120x240 or any other size on browser. How can i do it without resize the original image using PHP? Pls help.