RickHope Posted January 25, 2010 Share Posted January 25, 2010 Hello, Does any1 know how to specify the image width to 120px in this php snippet... $GLOBALS['ProductThumb'] = ImageThumb($row['imagefile'], ProdLink($row['prodname'])); I have tried every other way possible and my last resort is trying to the width variables in the image link above. Would really apprichate if you can point me in the right direction. Thanks Rick Hope Quote Link to comment https://forums.phpfreaks.com/topic/189745-specifying-image-width-php/ Share on other sites More sharing options...
Adam Posted January 25, 2010 Share Posted January 25, 2010 Chances are nobody here will know know what "Imagethumb" does (and I don't know why you're storing the result into the GLOBALS array). Post the code for the "ImageThumb" function... Quote Link to comment https://forums.phpfreaks.com/topic/189745-specifying-image-width-php/#findComment-1001355 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.