I'm sure this aint it but I never liked < /> tags 🙂
try doing this
echo "img border=0 src='images/$image'>";
note: I only removed the opening tag so it gets treated as a text line and not a tag to trouble shoot, obviously its returning a result... cause its doing the while() but for some reason the echo isnt working right.... is image in the dbase populated? 🙂
also, may want go through and do all the $row[" "]'s the same... you have atleast one $row[' '] I would suggest doing em all with single ticks like $row['news'] (not that this will fix anything but it is better to do it all one way and the best way is with the ' not " if using static text