I'm trying to display an image in my mysql database at a set size... The following code is giving me a blank image error. Any ideas? I'm new to php so its probably something stupid I've missed. I've been messing around with "'"'"''""' marks as thats what I'm thinking it is... but i can't get it.
<?php echo "<img src'=/images/blogimages/' .$image. width="100" height="100"'>;" ?>
I can do it without the width and height tags. but its doesn't work when i include the,