masgas Posted April 30, 2006 Share Posted April 30, 2006 Hi! I'm trying to resize picture in a new window!I get the image from the DB and I am able to display it in another window simply by doing this:echo "<img src='".$row["image"]."' width='60' height='42'><br><a href='enlarge.php?image=".$row["image"]."'>large</a></td> \n";and in the new window: echo "<table width='50%'><tr><td><img src='$image' border='0'></td></tr></table>";I would like to resize the picture in the new window because some of the originals are very big! Do you know what to do? Quote Link to comment 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.