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 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... Link to comment https://forums.phpfreaks.com/topic/189745-specifying-image-width-php/#findComment-1001355 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.